Databricks Delta Lake connection
Databricks Delta Lake is a storage system that makes data lakes more reliable and faster by adding transaction support, data versioning and schema checks for big data. This connection can be used only in StreamSets flows.
Create a connection to Databricks Delta Lake
To create a connection to use in StreamSets flows, you need the following details:
- JDBC URL: The JDBC URL needed to connect to the Databricks cluster. In Databricks, you can locate the JDBC URL for your cluster on the JDBC/ODBC tab in the cluster configuration details. As a best practice, remove the PWD parameter from the URL, and then enter the personal access token value in the Token property.
Credentials
- Token: The user token to connect to the Databricks cluster.