Databricks

Discover registered models and serving endpoints in a Databricks workspace.

Airia discovers the AI assets in a Databricks workspace: registered models (Unity Catalog) and model serving endpoints.

Authentication model

A Databricks personal access token (PAT) plus the workspace URL.

Required permissions

The PAT inherits the permissions of the principal that created it. For full results the principal needs:

CapabilityPermission on the Databricks side
Enumerate registered models and serving endpoints (core discovery)Read access to the workspace's models and serving endpoints
Permission checks on model grantsRead on Unity Catalog grants
Permission checks on serving ACLsRead on serving endpoint ACLs

If the principal lacks the Unity Catalog grant-read or serving-ACL-read permissions, the two permission checks on the connection test report a warning, but authentication and discovery itself still succeed. Grant the extra read access if you want a clean bill of health on the connection test.

Customer-side setup steps

  1. In Databricks, create a service principal (recommended) or choose an integration user with read access to the models and serving endpoints in scope.
  2. Generate a personal access token for that principal (User Settings → Developer → Access tokens, or the service-principal token API).
  3. Copy the workspace URL (for example https://yourworkspace.cloud.databricks.com).
  4. In Airia, go to Discover → Connections → Databricks and create a new connection with the workspace URL and token.

Form fields the Airia UI asks for

FieldRequiredNotes
Workspace URLYeshttps://<workspace>.cloud.databricks.com
Access tokenYesStored encrypted, masked on edit

Multiple environments

Multiple Databricks connections per tenant are supported: one per workspace.

Was this page helpful?

On this page