Hi, I'm Bolo!
What would you like to know?
ASK BOLO
Please to access Bolo.

Table of Contents

Search

  1. Introduction to Databricks Delta Connector
  2. Connections for Databricks Delta
  3. Mappings and mapping tasks with Databricks Delta connector
  4. Databricks Delta pushdown optimization (SQL ELT)
  5. Data type reference

Databricks Delta Connector

Databricks Delta Connector

Connection details

Connection details

The following table describes the
basic
connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
Databricks Delta
Runtime Environment
The name of the runtime environment where you want to run tasks.
Select a Secure agent, Hosted Agent, or serverless runtime environment.
Hosted Agent is not applicable for mappings in advanced mode.
SQL Warehouse JDBC URL
Databricks SQL Warehouse JDBC connection URL.
Required for SQL warehouse.
To get the SQL Warehouse JDBC URL, go to the Databricks console and select the JDBC driver version
2.6.22 or earlier
from the JDBC URL menu.
Use the following syntax:
jdbc:spark://<Databricks Host>:443/default;transportMode=http;ssl=1;AuthMech=3;httpPath=/sql/1.0/endpoints/<SQL endpoint cluster ID>;
The JDBC URL versions
2.6.25 or later
that begin with the prefix
jdbc:databricks://
are not applicable to Data Integration tasks and mappings.
Ensure that you set the required environment variables in the Secure Agent.
The Databricks Host, Organization ID, and Cluster ID properties are not considered if you configure the SQL warehouse JDBC URL property.
Databricks Token
Personal access token to access Databricks.
Required for SQL warehouse and Databricks clusters.
Ensure that you have permissions to attach to the cluster identified in the
Cluster ID
property.
For mappings, you must have additional permissions to create Databricks clusters.
Catalog Name
The name of an existing catalog in the metastore.
Specify the catalog name in the end of the SQL warehouse JDBC URL in the format:
ConnCatalog=<catalogname>
The catalog name should not contain special characters.
For more information about unity catalog, see the Databricks Delta documentation.

0 COMMENTS

We’d like to hear from you!