Skip to content

Releases: databricks/databricks-sql-python

v2.0.4

17 Aug 19:17
6b7f352

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

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.