Databricks
Considerations: the connection to Databricks is only supported directly to clusters. Connecting directly to jobs or SQL warehouses is not currently supported. The account used for the connection should have
can attach to
permissions to the cluster (andcan restart
if it auto-suspends), andcan use
to the warehouse the cluster leverages.
Complete the following steps to get your Databricks connector up and running:
- Navigate to Project Settings, then select Warehouse Sources.
- Click on
+ Add Connection
and select Databricks. - You should see a new page to create your databricks connector. In the first view, fill out the following fields before clicking
Create Source
:- ** Server Hostname ** - This is the hostname of your Databricks cluster. This can be found in your workspace URL, or by navigating to JDBC/ODBC connection settings (opens in a new tab)
- ** HTTP Path ** - This is the HTTP path of the cluster you would like to connect to. This can be found in your cluster JDBC/ODBC connection settings (opens in a new tab)
- ** Access Token ** - This is the Personal access token used to authenticate with your Databricks cluster. Here are the instructions on how to create an access token (opens in a new tab)
- In the second view, you should see that the credentials are validated and a source is added.
IP Allowed List
If you are using IP Access List (opens in a new tab) to restrict access to your instance, you might need to add the following IP addresses to the allowed list.
34.31.112.201
34.147.68.192
35.184.21.33
35.225.176.74
35.204.164.122
35.204.177.251
Was this page useful?