what is the supported mssql connector for Databricks runtime 11.3LTS Scala 2.12 Spark 3.3.0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 02:11 AM
We were using mssql connector -com.microsoft.azure:spark-mssql-connector_2.12_3.0:1.0.0-alpha with 10.3LTS DBR. As we need to upgrade to higher version of DBR to make use of new functions like unpivot/melt in the notebooks.
-com.microsoft.azure:spark-mssql-connector_2.12_3.0:1.0.0-alpha connector is not supported in DBR 11.4 LTS? any one know supported mssql connector version , will be a great help. Thanks.
- Labels:
-
Databricks Runtime
-
Mssql
-
Spark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-09-2023 11:16 AM
Spark 3.1.x compatible connector
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2023 03:45 AM
Is the spark 3.3 series even supported by the connector yet ?
As per the [github link](https://github.com/microsoft/sql-spark-connector#current-releases) - assuming this is the library you are trying to use ?
The latest Spark 2.4.x compatible connector is on v1.0.2.
The latest Spark 3.0.x compatible connector is on v1.1.0.
The latest Spark 3.1.x compatible connector is on v1.2.0.
Kindly check once in the documentation.

