How to Add Documentation Link for DataHub with Python SDK 0.12.0 Version

Original Slack Thread

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! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. 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?

  1. 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

  2. For description you just need to add a markdown link.

thanks I am able to add. In the latest version , there dataJobEditableProperties. thank you