Skip to content

Releases: databricks/databricks-sqlalchemy

v2.0.8

08 Sep 04:51
6b80531

Choose a tag to compare

What's Changed

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

v2.0.7

23 Jun 11:45
b8e499b

Choose a tag to compare

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

29 Apr 09:45

Choose a tag to compare

Whats changed

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

v2.0.5

22 Feb 05:11
b704741

Choose a tag to compare

Whats changed

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

v2.0.4

28 Jan 00:08

Choose a tag to compare

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

28 Jan 00:22
af3220a

Choose a tag to compare

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

18 Jan 22:26

Choose a tag to compare

v0.0.1b1 Pre-release
Pre-release

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

Usage example:

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