Synchronize with Databricks

Published

May 6, 2026

Link ​ValidMind inventory records to models, datasets, and agents in Databricks Unity Catalog for governance across your ML ecosystem and bidirectional metadata synchronization. You can also run validation notebooks directly against Databricks-hosted data.

Prerequisites

How does the integration with Databricks work?

Databricks Unity Catalog provides a unified governance solution for all data and AI assets across your Databricks workspaces. The integration exposes three Unity Catalog resource types:

  • Models — Registered ML models in Unity Catalog’s model registry.
  • Datasets — Tables and datasets managed by Unity Catalog.
  • Agents — AI agents and applications built on Databricks.

After linking your inventory record to Databricks, you can run validation tests directly against data hosted in Unity Catalog.

flowchart LR
    subgraph databricks [Databricks]
        UC[Unity Catalog]
        Data[Tables/Datasets]
    end
    
    subgraph notebook [Validation Notebook]
        SDK[ValidMind SDK]
    end
    
    subgraph validmind [ValidMind Platform]
        Report[Validation Report]
        Inventory[Inventory Record]
    end
    
    UC --> Data
    Data --> SDK
    SDK --> Report
    Report --> Inventory
    Inventory -.->|linked| UC

Data flow between Databricks and ValidMind

Configure the connection

Screenshot of the Configure Databricks connection dialog showing the required fields described in step 5.

Configure the Databricks connection
  1. In the left sidebar, click Settings.

  2. Under Integrations, select Connections.

  3. Click Add Connection.

  4. In the modal that opens, select Databricks.

  5. Complete:

    • integration name — How other admins can identify the connection.
    • description (optional) — The intended usage or additional details.
    • workspace url — Your Databricks workspace URL, found in the browser address bar, such as https://adb-1234567890.azuredatabricks.net.
    • sql warehouse id — The ID of your SQL Warehouse, found in SQL Warehouses settings.
    • personal access token — Select a secret containing your Databricks Personal Access Token.
    • initial status — Set to Operational to enable immediately or Disabled if you plan to finish setup later.
  6. Click Save Integration.

  7. Test the connection:

    1. Hover over the Databricks connection you just created.
    2. When the menu appears, click on it and select Test Connection.

    If the test is successful, the message Connection successful displays.

What’s next