hi team, Is there a way to import data from gms en...
# ingestion
s
hi team, Is there a way to import data from gms endpoint rather than datahub cli? Appreciate an example. Thank you.
r
prepare your yml file and use “datahub ingest -c xxxx.yml” to do so
b
i think you're referring to https://github.com/linkedin/datahub/tree/master/metadata-service under Sample API Calls?
c
If you are on java or python, use can use datahub client library to ingest data using rest. This way you will not have to juggle with serialising mcps into json. https://datahubproject.io/docs/metadata-ingestion/as-a-library https://datahubproject.io/docs/metadata-integration/java/as-a-library
s
Thank you all for helping!