databricks-sql-python

Databricks SQL Connector for Python

APACHE-2.0 License

Downloads
283
Stars
132
databricks-sql-python - v2.5.2

Published by susodapop over 1 year ago

In this release:

  • Fix: SQLAlchemy adapter could not reflect TIMESTAMP or DATETIME columns
  • Other: Relax pandas and alembic dependency specifications
databricks-sql-python - v2.5.1

Published by susodapop over 1 year ago

Patch release to relax our sqlalchemy dependency specification.

databricks-sql-python - v2.5.0

Published by susodapop over 1 year ago

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
databricks-sql-python - v2.4.1

Published by susodapop over 1 year ago

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
databricks-sql-python - v2.4.0

Published by susodapop over 1 year ago

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

databricks-sql-python - v2.3.0

Published by susodapop almost 2 years ago

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

databricks-sql-python - v2.2.2

Published by susodapop almost 2 years ago

This release includes the following changes:

  • Support custom oauth client id and redirect port
  • Fix: Add none check on _oauth_persistence in DatabricksOAuthProvider
databricks-sql-python - v2.2.1

Published by susodapop almost 2 years ago

This release adds support for Python 3.11

databricks-sql-python - v2.2.0

Published by susodapop almost 2 years ago

Included in this release:

databricks-sql-python - v2.1.0

Published by susodapop about 2 years ago

This release incorporates the following changes:

  • Introduce experimental OAuth support while Bring Your Own IDP is in Public Preview on AWS
  • Add functional examples
databricks-sql-python - v2.0.5

Published by susodapop about 2 years ago

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)

databricks-sql-python - v2.0.4

Published by susodapop about 2 years ago

  • Add support for Python 3.10
  • Add unit test matrix for supported Python versions

Huge thanks to @dbaxa for contributing this change!

databricks-sql-python - v2.0.3

Published by susodapop about 2 years ago

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.