Hello, is anyone in the community working on creat...
# ingestion
i
Hello, is anyone in the community working on creating a helm chart for the metadata-ingestion module?
g
There is a docker image for metadata-ingestion https://hub.docker.com/r/linkedin/datahub-ingestion, but we haven't documented it well yet
i
I'm actively working on creating a helm chart for it, I was wondering if somebody else was and I could help out instead
e
That would be great! Curious about your ingestion setup. Do you use airflow to continuously push metadata changes in?
i
The objective is for it to be templated in a way that generates multiple cronjobs (one per datasource if you will)
On my side we don’t yet use airflow but instead an azure managed service. We intend to swap but it is not a priority. I’m actually curious, why did you opt for airflow?
e
+1 to adding cron job helm template. We currently only run adhoc jobs atm, so was wondering what you’re setup was.
i