Connectivity to Databricks
We've moved! To improve customer experience, the Collibra Data Quality User Guide has moved to the Collibra Documentation Center as part of the Collibra Data Quality 2022.11 release. To ensure a seamless transition, dq-docs.collibra.com will remain accessible, but the DQ User Guide is now maintained exclusively in the Documentation Center.
- JDBC (Supported)
- Notebook/SDK (Supported)
- Spark Submit (Not Supported)
Certification, support and optional packaging is available from 2022.05
jdbc:databricks://
<your-account-here>.
.cloud.databricks.com:443/default;transportMode=http;ssl=1;httpPath=sql/protocolv1/o/3633393438801721/0915-195703-sh82m595;AuthMech=3;UID=token;PWD=<your-token-here>
com.databricks.client.jdbc.Driver
user: token
password: <your-user-generated-token>
- Pyspark SDK
- Scala SDK
Databricks no longer supports Run time 6.5 and 10.3. Therefore, CDQ Profile 2.45 is not runnable on Databricks.
The following table shows the latest supported versions of CDQ Profiles and their matching Databricks Run times. (last updated: September 2022)

- Spark Master URL
- Databricks Jobs API
- Rest
- UI
While these are not officially supported, there is reference architecture and implementation pattern how to do a Databricks Job submission.
Last modified 4mo ago