# Databricks
URL: /reference/integrations/databricks
Type: reference
Description: Run SQL statements, inspect SQL warehouses, and trigger Jobs in Databricks.
Keywords: databricks, integration, api key, connect
Run SQL statements, inspect SQL warehouses, and trigger Jobs in Databricks.

Connect [#connect]

Connect Databricks with an API key in **Settings → Integrations**. Open the Databricks card, click **Connect**, and provide:

| Field         | Required | Notes                                       |
| ------------- | -------- | ------------------------------------------- |
| Workspace URL | Yes      | e.g. `https://dbc-xxx.cloud.databricks.com` |
| Access Token  | Yes      | e.g. `dapi...`                              |
| Warehouse ID  | No       | e.g. `abc123`                               |

Supported actions and triggers [#supported-actions-and-triggers]

Actions [#actions]

| Block                                      | What it does                                                           |
| ------------------------------------------ | ---------------------------------------------------------------------- |
| [Databricks](/reference/blocks/databricks) | Run SQL statements, manage SQL warehouses, and trigger Databricks Jobs |

Limits and failure modes [#limits-and-failure-modes]

* The connection can expire or be revoked. When it does, Databricks blocks fail with an authorization error until you reconnect in **Settings → Integrations**.
* A disconnected or unconfigured integration makes its blocks unavailable in the Workflow Builder.

{/* TODO(docs): document Databricks-specific rate limits and permission errors — not encoded in @stylo/core. */}

Related [#related]

* [Integrations overview](/integrations)
* [All workflow blocks](/reference/blocks)
* [Troubleshooting](/troubleshooting)