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 4474d5d commit 23d922fCopy full SHA for 23d922f
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release History
2
3
+# 2.0.7 (2025-06-23)
4
+
5
+- Feature: Added support for complex data types such as Arrays and Map [Private Preview] (databricks/databricks-sqlalchemy#30 by @jprakash-db)
6
7
8
# 2.0.6 (2025-04-29)
9
10
- Relaxed pin for `pyarrow` (databricks/databricks-sqlalchemy#20 by @dhirschfeld)
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sqlalchemy"
-version = "2.0.6"
+version = "2.0.7"
description = "Databricks SQLAlchemy plugin for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"
0 commit comments