Govern models with Unity Catalog registered models

domain: databricks.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

Steps

  1. Set the MLflow registry URI to Unity Catalog: mlflow.set_registry_uri('databricks-uc') — this is the default in MLflow 3.x
  2. Register a model to a three-level namespace: mlflow.register_model('runs:/<run_id>/model', 'catalog.schema.model_name')
  3. Grant access using Databricks SDK or SQL: GRANT EXECUTE ON FUNCTION catalog.schema.model_name TO principal — EXECUTE covers inference; USE SCHEMA and USE CATALOG grants are also required on parent objects
  4. Set aliases on model versions: MlflowClient().set_registered_model_alias('catalog.schema.model_name', 'champion', version_number)
  5. Attach tags and descriptions for governance: MlflowClient().set_registered_model_tag('catalog.schema.model_name', 'team', 'fraud-detection')
  6. View model lineage and audit history in the Databricks Catalog Explorer UI under the registered model's detail page

Known gotchas

Related routes

Manage tables in Unity Catalog OSS via the REST API
docs.unitycatalog.io · 5 steps · unrated

Give your agent this knowledge — and 15,500+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans