Skip to content

Releases: databricks/databricks-sqlalchemy

v2.0.9

Choose a tag to compare

@msrathore-db msrathore-db released this 20 Feb 11:14
89cf92f

What's Changed

  • [PECOBLR-1655]Override do_ping for pool_pre_ping support by @msrathore-db in #54

Full Changelog: v2.0.8...v2.0.9

v2.0.8

Choose a tag to compare

@jprakash-db jprakash-db released this 08 Sep 04:51
6b80531

What's Changed

Full Changelog: v2.0.5...v2.0.8

v2.0.7

Choose a tag to compare

@jprakash-db jprakash-db released this 23 Jun 11:45
b8e499b

What's Changed

  • Feature: Added support for complex data types such as DatabricksArray and DatabricksMap [Private Preview] (#30 by @jprakash-db)

Full Changelog: v2.0.5...v2.0.7

v2.0.6

Choose a tag to compare

@jprakash-db jprakash-db released this 29 Apr 09:45

Whats changed

Full Changelog: v2.0.4...v2.0.6

v2.0.5

Choose a tag to compare

@jprakash-db jprakash-db released this 22 Feb 05:11
b704741

Whats changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

Choose a tag to compare

@jprakash-db jprakash-db released this 28 Jan 00:08

Whats changed

  • All the SQLAlchemy features from databricks-sql-connector>=4.0.0 have been moved to this databricks-sqlalchemy library
  • Support for SQLAlchemy v2 dialect is provided

Full Changelog: v2.0.4...v2.0.4

v1.0.5

Choose a tag to compare

@jprakash-db jprakash-db released this 28 Jan 00:22
af3220a

Whats changed

  • All the SQLAlchemy features from databricks-sql-connector>=4.0.0 have been moved to this databricks-sqlalchemy library
  • Support for SQLAlchemy v1 dialect is provided

Full Changelog: v1.0.5...v1.0.5

v0.0.1b1

v0.0.1b1 Pre-release
Pre-release

Choose a tag to compare

@susodapop susodapop released this 18 Jan 22:26

This is an empty release to reserve the databricks-sqlalchemy package name on PyPi.

Usage example:

>>> from databricks.sqlalchemy import hello
>>> hello()
"world"