Connect to Databricks
Steps to prepare and connect to Databricks
Lightup account setup: Databricks
Make sure that your Databricks workspace meets the following requirements, and gather the following information:
Step 1: Get a personal access token. Lightup connects to a Databricks All Purpose Compute Cluster using a personal access token. If you don't already have one, you can generate one in Databricks on the Access Tokens tab of the User Settings page.

Step 2: Get connection details for the compute cluster
Click
Compute in the sidebar.
Choose a cluster to connect to.
Navigate to Advanced Options.
Click on the JDBC/ODBC tab.
Copy the Server Hostname and HTTP Path field values.
A Databricks personal access token.
If you’re using a SQL endpoint, the SQL endpoint connection details. Specifically, you will need the Server Hostname and HTTP Path field values.
If you’re using a cluster, the cluster connection details. Specifically, you will need the Server Hostname and HTTP Path field values.
Step 3: Get a Databricks personal access token
Open your Databricks workspace.
Click
Settings in the lower left corner of your Databricks workspace.
Click User Settings.
Go to the Access Tokens tab.
Click the Generate New Token button.
Optionally enter a description (comment) and lifetime.
Click the Generate button.
Copy the generated token and store in a secure location.
5. Get your Server Hostname and HTTP Path
Do one of the following:
If you're using a SQL endpoint:
Click
SQL Endpoints in the sidebar.
Choose an endpoint to connect to.
Navigate to the Connection Details tab.
Copy the Server Hostname and the HTTP Path.
If you're using a compute cluster:
Click
Compute in the sidebar.
Choose a cluster to connect to.
Navigate to Advanced Options.
Click on the JDBC/ODBC tab.
Copy the Server Hostname and the HTTP Path.
Connector settings
Workspace URL - The Server Hostname of the compute cluster
HTTP Path - The HTTP Path of the compute cluster.
Token - The personal access token
Last updated