

On the (connection-name) Script-2 tab, enter this SQL statement, which deletes the diamonds table. Within the diamonds tab, click the Data tab to see the table’s data. In the Database Navigator window, expand the default database and click Refresh.Įxpand Tables, and then double-click diamonds. On the (connection-name) Script-1 tab, enter these SQL statements, which deletes a table named diamonds if it exists, and then creates a table named diamonds based on the contents of the CSV file in the Databricks File System (DBFS) mount point: DROP TABLE IF EXISTS diamonds ĬREATE TABLE diamonds USING CSV OPTIONS (path "/databricks-datasets/Rdatasets/data-001/csv/ggplot2/diamonds.csv", header "true") Ĭlick SQL Editor > Execute SQL Statement. Otherwise the connection might take several minutes to complete while the resource starts. You should start your resource before trying to connect to it. (If Connect is disabled, you are already connected.) In DBeaver, in the Database Navigator window, right-click the connection that you want to use. Use DBeaver to access data objects in your Azure Databricks workspace such as tables and table properties, views, indexes, data types, and other data object types. Step 4: Use DBeaver to browse data objects Repeat the instructions in this step for each resource that you want DBeaver to access.

If the connection succeeds, in the Connection Test dialog box, click OK. Otherwise the test might take several minutes to complete while the resource starts. You should start your Azure Databricks resource before testing your connection. The JDBC URL should look similar to this one: In the Connect to a database dialog box, on the All tab, click Databricks, and then click Next.Ĭlick the Main tab and enter a value in the JDBC URL field for your Azure Databricks resource: Clusterįind the JDBC URL field value on the JDBC/ODBC tab within the Advanced Options area for your cluster. In DBeaver, click Database > New Database Connection. Use DBeaver to connect to the cluster or SQL warehouse to access the databases in your Azure Databricks workspace. Step 3: Connect DBeaver to your Azure Databricks databases
Dbeaver for mac driver#
In the Driver Manager dialog box, click Close.On the Settings tab, for Class Name, enter .Driver.On the Settings tab, for Driver Name, enter Databricks.In the Driver class list, confirm that .Driver is selected.Browse to the DatabricksJDBC42.jar file that you extracted earlier and click Open.In the Create new driver dialog box, click the Libraries tab.In the Driver Manager dialog box, click New.If you are prompted to connect to or select a database, click Cancel.If you are prompted to create a new database, click No.Set up DBeaver with information about the Databricks JDBC Driver that you downloaded earlier. Step 2: Configure the Databricks JDBC Driver for DBeaver
Dbeaver for mac download#
A Windows installer is also available from the Download page on the DBeaver website.
Dbeaver for mac install#


Step 1: Install DBeaverĭownload and install DBeaver CE as follows: You must also have an Azure Databricks cluster or SQL warehouse to connect with DBeaver. The Databricks JDBC Driver onto your local development machine, extracting the DatabricksJDBC42.jar file from the downloaded DatabricksJDBC42-.zip file.(Linux 32-bit is supported but not recommended.) A Linux 64-bit, macOS, or Windows 64-bit operating system.Requirementsīefore you install DBeaver, your local development machine must meet the following requirements: This article was tested with macOS, Databricks JDBC Driver version 2.6.25, and DBeaver CE version 22.1.0.
