Skip to content

Commit 48ae015

Browse files
committed
fix section level
refine heading add link to JDBC connection string samples
1 parent a56dcf4 commit 48ae015

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • docs/deploy-and-configure/configuration/dataintegration/jdbc

docs/deploy-and-configure/configuration/dataintegration/jdbc/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

5050
A custom JDBC driver must be registered in the DataIntegration configuration file `dataintegration.conf`, in the `spark.sql.options` section.
5151
The 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

7070
JDBC drivers are used through the **Remote SQL endpoint** or **Snowflake SQL endpoint** dataset type.
7171

7272
![](jdbc-dataset.png){ class="bordered" width="85%" }
7373

7474
Configure 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%" }

0 commit comments

Comments
 (0)