Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Tags: microsoft/sql-spark-connector

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Upgrade to Spark 3.4.0 (#235)

Test pass done on spark 3.4.0

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix scala test (#213)

* fix df column metadata for assert comparison

* add method to compare schema

---------

Co-authored-by: shivsood <[email protected]>

v1.2.0

Toggle v1.2.0's commit message
Spark 3.1 connector GA

v1.1.0

Toggle v1.1.0's commit message
Spark 3.0 connector GA

v1.0.2

Toggle v1.0.2's commit message
Update supported JDBC version to 8.4.1

v1.0.1

Toggle v1.0.1's commit message
add support for computed column

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mvn publish (#54)

* modify pom for mvn publish

* add <url>

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mvn publish (#54)

* modify pom for mvn publish

* add <url>

v0.1.0

Toggle v0.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mvn publish (#54)

* modify pom for mvn publish

* add <url>

v1.1

Toggle v1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add AAD Support (#17)

#What's supported
AAD authentication support for connector

#Changes
Support for AAD auth.
Test for AAD
Databricks sample for AAD with SQL
Cleanup formatting, dependencies

#Test done
Unit test run
AAD test pass on databricks with Azure SQL AAD
Tested on BDC for user/pass based authentication. no regression issue.