Workflow blocks
Test Databricks Connection
Verify Databricks connectivity and SQL warehouse visibility
databricks/test-connection — Verify Databricks connectivity and SQL warehouse visibility.
Where it appears
The Test Databricks Connection block lives in the Integrations group of the Workflow Builder. Connect the Databricks integration before adding it.
Fields
This block has no configurable fields.
Inputs and outputs
Inputs are the configurable fields above. The block produces these outputs:
Outputs
Reference an output downstream with <Test Databricks Connection.field>.
| Name | Type | Description |
|---|---|---|
success | boolean | Whether the connection succeeded |
warehouseCount | number | Number of visible SQL warehouses |
warehouses | array | Visible SQL warehouses |
error | string | Error message if failed |
Limits and failure modes
- Requires a connected Databricks integration. Calls fail if that integration is disconnected or its authorization has expired.
- On failure the
erroroutput is populated; downstream blocks that reference other outputs may not receive values.