Skip to content

Commit c23eee1

Browse files
Merge pull request #10310 from mendix/kk-jdbc-datadriver
Update documentation of Databricks JDBC driver
2 parents 930d719 + 9f0d87d commit c23eee1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/en/docs/marketplace/platform-supported-content/modules/databricks-edc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ To connect your Mendix application to Databricks with the External Database conn
2525
* To have the dependency downloaded automatically on running your project, add a **Java Dependency** in the **Settings** of you module and provide the following information:
2626
* **Group ID** - set to **com.databricks**
2727
* **Artifact ID** - set to **databricks-jdbc**
28-
* **Version** - set to **2.7.1**
28+
* **Version** - set to the latest **2.x** version
2929

3030
{{< figure src="/attachments/appstore/platform-supported-content/modules/databricks/JavaDependency.png" >}}
3131

32-
* To install the dependency manually, download version 2.7.1 of the [JDBC driver](https://www.databricks.com/spark/jdbc-drivers-archive) that Databricks provides and put the .jar file into the *userlib* of your Mendix project.
32+
* To install the dependency manually, download the latest 2.x version of the [JDBC driver](https://www.databricks.com/spark/jdbc-drivers-archive) that Databricks provides and put the .jar file into the *userlib* of your Mendix project.
3333

3434
3. Run you Mendix project and run the [Connect to Database wizard](/appstore/modules/external-database-connector/#configuration), selecting **Other** as the database type.
3535

-8.92 KB
Loading

0 commit comments

Comments
 (0)