We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d92d4 commit dd7b152Copy full SHA for dd7b152
CHANGELOG.md
@@ -1,7 +1,6 @@
1
# Release History
2
3
-# 2.0.3
+# 2.0.4 (2025-01-27)
4
5
- All the SQLAlchemy features from `databricks-sql-connector>=4.0.0` have been moved to this `databricks-sqlalchemy` library
6
-- Support for SQLAlchemy v2 dialect is provided
7
--
+- Support for SQLAlchemy v2 dialect is provided
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sqlalchemy"
-version = "2.0.3"
+version = "2.0.4"
description = "Databricks SQLAlchemy plugin for Python"
authors = ["Databricks <databricks-sql-connector-maintainers@databricks.com>"]
license = "Apache-2.0"
0 commit comments