could someone share with push ingestion model, doc...
# ingestion
b
could someone share with push ingestion model, documents and any demo codes in the repo?
m
@brief-insurance-68141: take a look at the airflow integration here (https://github.com/linkedin/datahub/blob/master/metadata-ingestion/src/datahub_provider/_lineage_core.py)
b
thank you
Is there some way that data source (say mysql) push over rest api to datahub? SDK?
I figured out how to use pull method in datahub.
there are some private databases lived only in private subnets, that datahub service can not talk.
m
you can just run the ingestion agent in the private subset and have it push the metadata out?
b
yes, that is one way. Does Datahub support that? could you share me with the document?
m
@brief-insurance-68141 that is the default thing that DataHub supports actually
so I’m not sure how to help you… you just need to find a host to run the
datahub ingest
command that is sitting in the private subnet
you can either run it bare (using pip install) or run it using the docker container
I’m assuming you have read this page (https://datahubproject.io/docs/metadata-ingestion/)
b
got it. thank you. that is the page. I read it, but not detailedly.
m
great.. let us know if we need to improve how we are describing it!
b
😁