Hello everyone! I am studying datahub and the PUL...
# ingestion
l
Hello everyone! I am studying datahub and the PULL ingestion is clear to me. Otherwise, I am struggling to understand how to implement PUSH based ingestions, generating Metadata Change Events. I was wondering if I can implement some integration with Github Actions in order to automatically create a metadata change event based on some metadata yaml file. Do you know if we have some material about this? Is this possible to be implemented?
m
Hi Vitor, did the Push-based integration section give you some insights about what all is possible today?
A github action based on the datahub-ingestion docker image is definitely possible to build. We don't have an example checked into the main repo for this.
l
Yeah, I checked such documentation and was wondering if my idea is somehow a good way of implementing push based integration
m
Oh absolutely! We have a few internal repos pushing from looker etc to Datahub using GitHub actions.
b
@loud-rose-15723 We'd love to hear what you build 🙂 This is definitely a use case DataHub can support
l
Sure! I'm trying to figure out a way to keep the tool updated, you know? How may I make sure someone is adding a new field and fill the required information in the tool? I would like to use markup and notations in the code to that. Still thinking on this