Is it possible to automate ingestion through graph...
# getting-started
p
Is it possible to automate ingestion through graphql or OpenAPI?
c
you can ingest metadata programmatically via the REST-API using the SDKs (here some references for Python: https://datahubproject.io/docs/metadata-ingestion/as-a-library/ https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/examples/library/programatic_pipeline.py) I would assume that this is also possible via the GraphQL endpoint, but I'm not sure though Maybe you can find the corresponding operation here: https://datahubproject.io/docs/graphql/mutations
p
Hi, I want to actually avoid using SDK for this. I am looking for an OpenAPI endpoint or GraphQL endpoint
g
This is also possible using the ingestProposal endpoint. However, we don’t have great documentation for that and would strongly suggest using the python/java sdks instead