Unity Catalog

Overview

Unity Catalog is Databricks' unified governance solution for all data assets across your organization. It provides centralized access control, data discovery, data lineage tracking, and comprehensive audit logging in a single platform, eliminating data silos and governance complexity.

The 3-Level Namespace

Unity Catalog uses a hierarchical namespace structure to organize all data assets:

Full qualified name: catalog.schema.table (e.g., finance_prod.transactions.orders)

Key Benefits

Core Components

Getting Started

To begin using Unity Catalog:

  1. Enable at the account level (requires account-level admin)
  2. Create a metastore in your cloud region
  3. Assign the metastore to your workspace(s)
  4. Create catalogs and schemas to organize data
  5. Create tables or register existing tables with the catalog
  6. Configure permissions using roles and groups