Releases: databricks/databricks-sql-python
Releases · databricks/databricks-sql-python
v2.7.0
This minor version adds support for Azure OAuth and other fixes found in the CHANGELOG.
v2.6.2
This release includes:
- Fix: Retry GetOperationStatus requests for http errors
v2.6.1
This release patches our handling of HTTP connections which raised BadStatusLine errors in some cases.
v2.6.0
This release incorporates support for HTTP 1.1 and a default socket timeout for thrift responses.
Note: support for proxies is un-tested in this release. Please report any problems with proxies via GitHub issues.
v2.5.2
In this release:
- Fix: SQLAlchemy adapter could not reflect TIMESTAMP or DATETIME columns
- Other: Relax pandas and alembic dependency specifications
v2.5.1
Patch release to relax our sqlalchemy
dependency specification.
v2.5.0
In this release:
- Add support for External Auth providers
- Fix: Python HTTP proxies were broken
- Other: All Thrift requests that timeout during connection will be automatically retried
v2.4.1
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
This release adds a SQLAlchemy dialect to the connector. Example usage is shown in the /examples directory of the repo.
v2.3.0
This release adds support for staging ingestion commands with DBR 12+