Data Engineering Integration
- Data Engineering Integration 10.4.0
- All Products
Property Name
| Description
|
---|---|
cluster_name
| Name of the Databricks cluster.
|
cluster_ID
| The cluster ID of the Databricks cluster.
|
baseURL
| URL to access the Databricks cluster.
This is the domain URL that appears in your browser menu bar. It commonly incorporates your account region. For example,
https://southcentralus.azuredatabricks.net or
https://westus.azuredatabricks.net .
|
accesstoken
| The token ID created within Databricks required for authentication.
|
<?xml version="1.0" encoding="UTF-8"?><configuration> <property> <name>cluster_name</name> <value>my_cluster</value> </property> <property> <name>cluster_id</name> <value>0926-294544-bckt123</value> </property> <property> <name>baseURL</name> <value>https://<region>.azuredatabricks.net</value> </property> <property> <name>accesstoken</name> <value>dapicf76c2d4567c6sldn654fe875936e778</value> </property> </configuration>