Skip to content

Commit 04b3b9b

Browse files
Merge pull request mendix#9211 from mendix/kk-databricks-link
Link from EDC troubleshooting to the Databricks doc
2 parents 7b642c7 + 6d86633 commit 04b3b9b

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

content/en/docs/appstore/use-content/platform-supported-content/modules/database-connector-mx10.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ By default, autocommit is set to false for design time queries.
285285

286286
When using JDK versions 17 or 21 (or any version above 16), you may encounter compatibility issues if database you are connecting to has a dependency on Apache Arrow.
287287

288-
#### To resolve Apache Arrow dependency issue in Snowflake:
288+
#### Resolving Apache Arrow Dependency Issues in Snowflake
289289

290290
The Snowflake JDBC Driver uses Arrow as the default result format for query execution to improve performance. However, you can override this default setting by switching the result format to JSON.
291291

@@ -296,9 +296,9 @@ To set the result format at the Snowflake session or user level, use the followi
296296
```
297297

298298
This approach ensures compatibility with JDK 16+.
299-
[For more details](https://community.snowflake.com/s/article/Getting-java-lang-NoClassDefFoundError-for-class-RootAllocator).
299+
For more information, see [Getting Java Lang NoClassDefFoundError](https://community.snowflake.com/s/article/Getting-java-lang-NoClassDefFoundError-for-class-RootAllocator) in Snowflake documentation.
300300

301-
#### To resolve Apache Arrow dependency issue in Databricks:
301+
#### Resolve Apache Arrow Dependency Issues in Databricks {#apache-arrow-databricks}
302302

303303
The Databricks JDBC Driver uses Arrow for serialization as it improves performance.
304304

@@ -307,4 +307,7 @@ To override this setting add below parameter to JDBC URL
307307
```sql
308308
EnableArrow=0
309309
```
310-
[For more details](https://community.databricks.com/t5/data-engineering/java-21-support-with-databricks-jdbc-driver/td-p/49297)
310+
For more information, see:
311+
312+
* [Java 21 Support with Databricks](https://community.databricks.com/t5/data-engineering/java-21-support-with-databricks-jdbc-driver/td-p/49297) in Databricks documentation
313+
* [Configure the External Database Connector for Databricks](/appstore/modules/databricks/external-database-connector/)

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,7 @@ After you have created a table with some entries, you can now be query from your
121121
{{< figure src="/attachments/appstore/platform-supported-content/modules/databricks/JA_Query.png" >}}
122122

123123
7. Link the microflow to a microflow button and use the Debugger to test if the objects are properly returned.
124+
125+
## Read More
126+
127+
* [External Database Connector: Resolving Apache Arrow dependency issue in Databricks](/appstore/modules/external-database-connector/#apache-arrow-databricks)

0 commit comments

Comments
 (0)