gcp Google Cloud Blog ·

Google Cloud Introduces Governance Agent for Proactive Data Metadata

bloggovernancegcppreviewarchitectgcp-bigquerygcp-vertex-ai
feature

Google Cloud has announced the Governance Agent project, a new capability designed to automate the propagation of data governance metadata across an organization's data estate. Leveraging column-level lineage, the agent shifts governance from a reactive, audit-based process to a proactive, self-updating system, significantly reducing manual effort. It aims to maintain data context, trust, and compliance as data flows through pipelines and transformations on Google Cloud. The project is built on Google Cloud Knowledge Catalog, BigQuery, and column-level lineage, helping data teams and stewards save time and ensure data reliability.

  • Automated Governance Metadata Propagation
  • Dynamic Data Description Generation
  • Semantic Mapping to Business Glossary Terms
  • Proactive Policy Tag Propagation for Sensitive Data
  • Deriving Trust and Data Quality Scores
Features (6)
  • Automated Governance Metadata Propagation

    The Governance Agent project uses column-level lineage to automatically propagate governance metadata, such as descriptions, business glossary terms, policy tags, and trust scores, across data assets. This approach aims to reduce 'governance debt' by ensuring context travels with data through transformations, eliminating the need for manual re-documentation at each stage.

  • Dynamic Data Description Generation

    The agent traces column lineage to propose descriptions from upstream sources. For columns resulting from SQL transformations like SUM() or CASE WHEN, it reads the actual SQL to generate accurate, new descriptions that reflect the transformation, rather than simply copying outdated upstream information.

  • Semantic Mapping to Business Glossary Terms

    It maps technical column names to business glossary terms using semantic similarity, ensuring consistent language across the organization. The agent can also extract explicit definitions from unstructured documents like PDFs or design specifications, avoiding guesswork based solely on column names.

  • Proactive Policy Tag Propagation for Sensitive Data

    The agent traces PII (Personally Identifiable Information) tags from source columns and recommends them downstream, verifying if transformations preserve sensitivity or anonymize data. It also provides summaries of current read access and applicable masking rules, enhancing risk management as data flows.

  • Deriving Trust and Data Quality Scores

    Instead of treating new views as unknowns, the agent derives a trust score based on Data Quality and Profiling results from its upstream sources. It also identifies and credits transformations that genuinely improve data quality, such as deduplication or null handling.

  • Grounding Governance with External Documents

    For data assets without clean upstream lineage, the agent allows users to provide external context through documents like policy PDFs, product specifications, or markdown design docs. Utilizing Vertex AI Search, it can retrieve relevant passages from these documents to ground metadata without inferring sensitive details like PII status.

Read the original announcement →

https://cloud.google.com/blog/products/data-analytics/governance-on-autopilot-automate-data-governance-with-lineage/

Related releases