Data Engineering Integration
- Data Engineering Integration 10.2.2 HotFix 1
- 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.
|
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://provide.adatabricks.net/</value> </property> <property> <name>accesstoken</name> <value>dapicf76c2d4567c6sldn654fe875936e778</value> </property> </configuration>