Releases: databricks/databricks-sql-python
Releases · databricks/databricks-sql-python
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+
v2.2.2
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
This release adds support for Python 3.11
v2.2.0
Included in this release:
v2.1.0
This release incorporates the following changes:
- Introduce experimental OAuth support while Bring Your Own IDP is in Public Preview on AWS
- Add functional examples