Tag a data asset
From Catalog Explorer, add tags (and governed tags when classification is required). Tags make search work: PII, certified, finance, gold. The exam pairs tagging with lineage as a discovery workflow.
Lineage
Unity Catalog captures table- and column-level lineage across SQL, notebooks, jobs, and dashboards. Use it to answer:
- Where did this column come from?
- Which dashboards break if this table changes?
- Who owns the upstream job?
Lineage is metadata. You can see a table in the graph and still lack SELECT.
Practical discovery order
- Search in Catalog Explorer.
- Read comments and tags.
- Check owner and grants.
- Open lineage.
DESCRIBE TABLE EXTENDED/ preview.- Only then build the dashboard dataset.