DataHub · Arazzo Workflow
DataHub Add Glossary Terms to a Dataset
Version 1.0.0
Confirm a dataset, attach glossary terms via its glossaryTerms aspect, then review the change in the entity timeline.
View Spec
View on GitHub
Data CatalogData DiscoveryData GovernanceData LineageMetadataArazzoWorkflows
Provider
Workflows
add-glossary-terms
Attach glossary terms to a dataset and confirm the change in its timeline.
Verifies a dataset exists, writes the glossaryTerms aspect to associate business terms with it, then reads the entity timeline to confirm the change landed.
1
confirmEntity
getEntityLatestAspects
Retrieve the latest aspects for the dataset URN to confirm the entity exists before attaching glossary terms.
2
attachTerms
upsertEntities
Upsert the glossaryTerms aspect for the dataset URN to associate the supplied business glossary terms with the dataset.
3
reviewTimeline
getTimeline
Query the entity timeline for the glossaryTerms aspect to confirm the term association was recorded.