We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 258b961 commit 7cb75dbCopy full SHA for 7cb75db
CHANGELOG.md
@@ -1,6 +1,10 @@
1
# Release History
2
3
-## 2.2.x (Unreleased)
+## 2.3.x (Unreleased)
4
+
5
+## 2.3.0 (2023-01-10)
6
7
+- Support staging ingestion commands for DBR 12+
8
9
## 2.2.2 (2023-01-03)
10
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "databricks-sql-connector"
-version = "2.2.2"
+version = "2.3.0"
description = "Databricks SQL Connector for Python"
authors = ["Databricks <[email protected]>"]
license = "Apache-2.0"
src/databricks/sql/__init__.py
@@ -28,7 +28,7 @@ def __repr__(self):
28
DATE = DBAPITypeObject("date")
29
ROWID = DBAPITypeObject()
30
31
-__version__ = "2.2.2"
+__version__ = "2.3.0"
32
USER_AGENT_NAME = "PyDatabricksSqlConnector"
33
34
# These two functions are pyhive legacy
0 commit comments