Mapping Business Glossary Terms to Target Entities in DataHub using YAML or Python Script

Original Slack Thread

Hello members, while creating business glossary using yaml, can we also map it to the target entity in DataHub? Or do we have to map the Terms one by one manually? Thank you

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)

You have to map either manually or you can write python script which can do it for you.
Or you can use the csv enricher -> https://datahubproject.io/docs/generated/ingestion/sources/csv/

Hi Tamas, thank you. could you also share the link for python script documentation?