How to Connect to Databricks

The connection dialog is explained here.

Getting the JDBC URL

First, you have to create a Databricks in Azure and then use 'Launch Workspace' to access it. In the Databricks, on the left menu, click on Compute and choose your cluster.

JDBC URL

There click the Advanced Options. There you will find the JDBC URL:

JDBC URL in Databricks

In DbSchema choose to manually connect to the database, and copy the JDBC URL. In the URL you have to replace the TOKEN as described below.

Connection Dialog in DbSchema

When connecting, you can leave the user and password fields empty.

Getting the Access Token

The token generation is documented as described in the Databricks documentation.

On the left-bottom side, click the Settings Icon and User Settings.

Access Token

Generate an access token:

Access Token