Releases: databricks/databricks-sql-python
Releases · databricks/databricks-sql-python
v2.9.0
In this release:
- Replace retry handling with DatabricksRetryPolicy. This is disabled by default. To enable, set
_enable_v3_retries=True
when creating databricks.sql.client - Other: Fix typo in README quick start example
- Other: Add autospec to Client mocks and tidy up make_request
v2.8.0
This release includes the following changes:
- Add support for Cloud Fetch (#146, #151, #154)
- SQLAlchemy
has_table
function now honoursschema=
argument and addscatalog=
argument (#174) - SQLAlchemy set
non_native_boolean_check_constraint
False as it's not supported by Databricks (#120) - Fix: Revised SQLAlchemy dialect and examples for compatibility with
SQLAlchemy==1.3.x
(#173) - Fix: oauth would fail if expired credentials appeared in
~/.netrc
(#122) - Fix: Python HTTP proxies were broken after switch to
urllib3
(#158) - Other: remove unused import in SQLAlchemy dialect
- Other: Relax pandas dependency constraint to allow
^2.0.0
(#164) - Other: Connector now logs operation handle guids as hexadecimal instead of bytes (#170)
- Other:
test_socket_timeout_user_defined
e2e test was broken (#144)