Skip to main content

Databricks Setup Guide

Prerequisites

This page guides you through the process of setting up the Databricks destination connector.

Provide the following fields: Server Hostname, Port, HTTP Path

Get Server Hostname, Port, and HTTP path.

  1. Log in to your Databricks workspace.

  2. Select SQL Warehouses tab on left notification

  3. Create new Matia SQL Warehouse. create sql warehouse new sql warehouse configuration

  4. Navigate to the Connection Details tab and copy the Server Hostname, HTTP Path, and Port. If the port is not displayed, enter 443. connection details

  5. Authentication - Matia is supporting Access Token Authentication, you can follow Databricks personal access token authentication Or click on "Create a personal access token" in Connection details tab. generate access token copy access token

Setup Guide Required Permissions

Create audit schema.

CREATE SCHEMA IF NOT EXISTS MATIA_AUDIT_RETL;

-- For personal access tokens, use an email address:
GRANT USE SCHEMA, SELECT, CREATE TABLE, MODIFY ON SCHEMA [your_default_catalog].MATIA_AUDIT_RETL TO `user_you_plan_use_with_pat@yourcompany.com`;

General Settings

After the commands above were performed you will be able to go ahead and provide the parameters of you newly existing resources.

  1. Fill in the Server Hostname, Port, HTTP Path for your Databricks database.
  2. Enter a Name for the connector.
  3. (Optional) Enter a Description for the connector.
  4. Select the Owner of the connector.
  5. (Optional) Verify that your Databricks database is successfully connected by clicking on Test Connection.
  6. Click Connect.