Connecting to Databricks
Note: PopSQL supports Databricks only as a cloud connection.
- Open the connections page in preferences, see managing connections for more information.
- Click the
Add new Connection
button at the top of the connections page.
- Select
Databricks
from the list.
- Give a
Connection name
for your own internal reference. - For
Hostname
, enter your Databricks workspace's url (for exampledbc-a2c61234-1234.cloud.databricks.com
). - For
Port
, use the default443
, or enter the port used by your server. - For
HTTP Path
, enter HTTP Path (you can find in your cluster settings: Advanced Options -> JDBC/ODBC, for examplesql/protocolv1/o/4337956624071234/1234-123456-pane123
). - For
Database
, enter the name of your database (most likelydefault
). - For
Username
andPassword
, enter the email and password or use a personal access token. - Share the connection with your team.
- Hit
Connect
and you're all set!
Happy querying! 🍭
Updated 10 months ago