Troubleshooting UI Tag Insertion for DataHub

Original Slack Thread

Why aren’t these tags showing up in the UI? Are they even getting inserted?

i believe dataset level tags need to be added in GlobalTags class and not datasetProperties anymore
https://datahubproject.io/docs/api/tutorials/tags

ah damn, I was looking here https://datahubproject.io/docs/python-sdk/models/#datahub.metadata.schema_classes.DatasetPropertiesClass

thanks, that documentation is a 100x more useful :party_blob:

would be nice if things that don’t work are actually removed instead of marked deprecated in documentation and silently ignored though