Databricks

Copy your credentials

Find the following values:

  • Server hostname. This looks something like dbc-a1b2345c-d6e7.cloud.databricks.com.

  • HTTP Path. This will look similar to /sql/1.0/endpoints/a1b234c5678901d2.

  • Token. This will be similar to dapi12345678901234567890123456789012.

Set up a database connection

When inside a workbook, click View > Databases, then click the + icon and follow the on-screen instructions.

Query the SQL Warehouse

You can now query your Databricks SQL warehouse with a SQL cell. Select it in the Select source dropdown in the top left corner of a SQL cell.

Last updated