Skip to content

Releases: databricks/databricks-sql-python

v2.4.1

21 Mar 20:28
59459fe
Compare
Choose a tag to compare

In this release:

  • Less strict numpy and pyarrow dependencies (#90)
  • Update examples in README to use security best practices
  • Update docstring for client.execute() for clarity

v2.4.0

21 Feb 15:51
45d26c8
Compare
Choose a tag to compare

This release adds a SQLAlchemy dialect to the connector. Example usage is shown in the /examples directory of the repo.

v2.3.0

10 Jan 17:59
7cb75db
Compare
Choose a tag to compare

This release adds support for staging ingestion commands with DBR 12+

v2.2.2

03 Jan 14:16
3a4d175
Compare
Choose a tag to compare

This release includes the following changes:

  • Support custom oauth client id and redirect port
  • Fix: Add none check on _oauth_persistence in DatabricksOAuthProvider

v2.2.1

28 Nov 22:12
205f4b2
Compare
Choose a tag to compare

This release adds support for Python 3.11

v2.2.0

17 Nov 15:04
Compare
Choose a tag to compare

Included in this release:

v2.1.0

01 Oct 02:14
2e681b5
Compare
Choose a tag to compare

This release incorporates the following changes:

  • Introduce experimental OAuth support while Bring Your Own IDP is in Public Preview on AWS
  • Add functional examples

v2.0.5

23 Aug 18:02
d024317
Compare
Choose a tag to compare

Fix: closing a connection now closes any open cursors from that connection at the server
Other: Add project links to pyproject.toml (helpful for visitors from PyPi)

v2.0.4

17 Aug 19:17
6b7f352
Compare
Choose a tag to compare
  • Add support for Python 3.10
  • Add unit test matrix for supported Python versions

Huge thanks to @dbaxa for contributing this change!

v2.0.3

10 Aug 20:27
60673c1
Compare
Choose a tag to compare

This is our first release since open sourcing databricks-sql-connector. Most of the changes are non-user facing. This release adds:

  • Retry logic for GetOperationStatus requests that fail with an OSError
  • Reorganised code to use Poetry for dependency management.