You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a simple way to add owner/expert metadata to each table to improve discoverability and make it clear who to contact for specific data questions.
Proposed Solution
CLI Tool: Build a CLI tool to update table metadata with owner/expert tags.
Metadata Storage: Use a YAML file in the repo as the source of truth for all table metadata
Automation: Leverage GitHub Actions (GHA) to sync metadata updates from the YAML file to a BigQuery table
Visibility: Start with the CLI and YAML setup, expanding visibility options as the number of tables grows.
Notes on Metadata
BQ-Specific: Use labels, tags, or descriptions in BQ for tables that support metadata.
Centralized Approach: A centralized YAML-based solution that lives in the repository itself will also update platforms like BQ while covering non-BQ assets.
The text was updated successfully, but these errors were encountered:
Owner/Expert Metadata for Tables/Models
Description / Need
We need a simple way to add owner/expert metadata to each table to improve discoverability and make it clear who to contact for specific data questions.
Proposed Solution
Notes on Metadata
The text was updated successfully, but these errors were encountered: