Hi everyone, quick question Regarding datahub acti...
# getting-started
a
Hi everyone, quick question Regarding datahub actions framework Looks, like supported event sources is only for kafka Is this expected or applicable for other souce types (MySQL, postgre...etc) ? Cc @astonishing-answer-96712 @delightful-ram-75848 @billions-baker-82097 @better-orange-49102 @delightful-ram-75848 @hundreds-photographer-13496 @orange-gpu-90973
1
m
This is the internal datahub kafka not your metadata source kafka. So essentially you ingest the metadata to datahub, any change made from the frontend or ingestion will be sent to a kafka topic, the action will consume it and "act" on that change. I.e you can trigger slack notification when there is a change on metadata
a
Thanks for the info 🙂 @modern-artist-55754 Only slack or msteams also ?
m
you can integrate with whatever you want. I am just saying slack an example. You can have your action to talk with MsTeam using Team API
a
Thanks, Got it