Loading...
This workflow orchestrates a process to validate and certify data governance across multiple tables. It evaluates every table against five governance signals — ownership, documentation, quality, lineage, and access control — and automatically recommends a certification type, so users know which data they can trust, which needs attention, and which is a compliance risk.
Today, nobody can quickly tell which data in the catalog is safe to use and which isn't. Stewards either have to manually check ownership, documentation, quality, and access controls one table at a time — or nobody checks at all before a report or pipeline gets built on top of it. This recipe closes that gap: it looks at every table and gives it one clear, defensible certification with a plain-English reason attached.
Step 1 — Build the Master Table List
Scan every table and consolidate schema, source connection, owner, documentation, data quality, lineage connectivity, and sensitive-data signals into one complete inventory.
Step 2 — Assess the Five Trust Signals
Evaluate ownership, documentation, data quality, lineage connectivity, and sensitive-data protection, while verifying that ownership belongs to a genuine non-admin user and assigning each signal a Strong or Weak status.
Step 3 — Apply the Governance Rules
Check for critical data without a real accountable owner, exposed sensitive data without masking, or insufficient information for assessment, then calculate a composite trust score out of 100 for tables that clear the governance checks.
Step 4 — Certify, Explain, and Report
Assign every table one clear certification — Certify, Caution, Violation, or None — with a plain-English reason, then produce the business-facing report, connection-level summary, and risk distribution chart.
| Insight Category | What the recipe discovered | Business Impact |
|---|---|---|
| Ownership Quality | A meaningful share of "owned" tables were actually attributed only to admin service accounts rather than real people. | Filtering these out provides a more honest picture of true accountability across the catalog. |
| Risk Concentration by Connection | Violations and stale-data risk cluster heavily in a small number of source connections rather than spreading evenly. | Teams can prioritize governance outreach to the connections driving most of the risk instead of conducting a catalog-wide sweep. |
| Certify Remains Rare Early On | Very few tables clear all five trust signals at once in an early assessment. | This quantifies the governance work ahead, table by table, rather than representing a failure of the certification process. |
Make sure the following are available in your workspace: