Hi all, I want to add documentation link for a datahub. where can I get any example python code or stpes to do it ? I am using 0.12.0 version with python sdk.
Hey there! Make sure your message includes the following information if relevant, so we can help more effectively!
- Are you using UI or CLI for ingestion?
- Which DataHub version are you using? (e.g. 0.12.0)
- What data source(s) are you integrating with DataHub? (e.g. BigQuery)
Do you want to add business glossaries or add an external link to a dataset description?
-
For business glossary -> https://datahubproject.io/docs/glossary/business-glossary/
If you want to add these programmatically you can either use the business glossary source -> https://datahubproject.io/docs/generated/ingestion/sources/business-glossary or check the source code of this source -> https://github.com/datahub-project/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/source/metadata/business_glossary.py -
For description you just need to add a markdown link.
thanks I am able to add. In the latest version , there dataJobEditableProperties. thank you