Data Integration Connectors
- Data Integration Connectors
- All Products
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.
|