File tree Expand file tree Collapse file tree
docs/deploy-and-configure/configuration/dataintegration/jdbc Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Depending on the deployment model, suitable options include:
4545- A dedicated _ Build project_ in which the driver JAR files are uploaded as project file resources.
4646- Dedicated file or resource mounts in a Docker Compose or Helm/Kubernetes configuration.
4747
48- ## Driver Registration
48+ ### Driver Registration
4949
5050A custom JDBC driver must be registered in the DataIntegration configuration file ` dataintegration.conf ` , in the ` spark.sql.options ` section.
5151The following example shows how to register a custom JDBC driver for Databricks:
@@ -65,13 +65,13 @@ spark.sql.options {
6565…
6666```
6767
68- ## Use the Driver
68+ ## Use JDBC Drivers
6969
7070JDBC drivers are used through the ** Remote SQL endpoint** or ** Snowflake SQL endpoint** dataset type.
7171
7272![ ] ( jdbc-dataset.png ) { class="bordered" width="85%" }
7373
7474Configure them in the dataset configuration dialog.
75- For details about the JDBC connection string, consult your DBMS or JDBC driver documentation.
75+ For details about the [ JDBC connection string] ( https://www.baeldung.com/java-jdbc-url-format ) , consult your DBMS or JDBC driver documentation.
7676
7777![ ] ( jdbc-config-databricks.png ) { class="bordered" width="100%" }
You can’t perform that action at this time.
0 commit comments