New feature
GA
Models in Unity Catalog
Models in Unity Catalog is a Databricks ai / ml capability, introduced 2023.
Workspace Model Registry Models in Unity Catalog
Model lifecycle management governed by Unity Catalog - registered models live in the three-level namespace with aliases instead of stages.
- Registered models live in the catalog.schema namespace with aliases like @champion, so promoting a model to production is just repointing an alias - and every version carries Unity Catalog lineage and access control.
- You migrate old model versions across with copy_model_version().
Limitations: Doesn't support stages, webhooks, email notifications, comment threads, or the activity log, and several search-API fields and operators (order_by, tag filters, operators beyond exact equality, and searching registered models by name) are unsupported; search_registered_models can also return stale results for models shared through OpenSharing.
Open in REbricked →- Category
- AI / ML
- Also known as
- UC models, Models in UC
- Verified
- 2026-08-20
Sources
- Official Official Databricks / Microsoft docs
- Community Medium: ML model lifecycle in UC