Governance1 / 5
What is the relationship between a Databricks workspace and Unity Catalog metastore in the context of GenAI governance?
CorrectIncorrect
Alex
In Unity Catalog, a metastore is the top-level container holding the catalog → schema → asset hierarchy with permissions. Multiple workspaces in the same region can share a single metastore, enabling cross-workspace governance of models, tables, and other assets. This means a model registered in dev is immediately visible in production with consistent access controls—no copying required. Distractor analysis: The option “A metastore can attach to at most one workspace at a time…” is wrong because metastores attach to many workspaces, not one. The option “Each workspace requires a dedicated metastore…” is wrong because shared metastores eliminate the need for per-environment metastores. The option “Unity Catalog assigns one metastore per cloud region…” is wrong because Unity Catalog assigns one metastore per region but workspaces within that region do share governance. Ref: docs.databricks.com/en/data-governance/unity-catalog/metastores.html
Sourcedocs.databricks.com
Follow-up answers are available in the app. Create a free account — no credit card required.
Question 1 of 5
Create a free account