File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ # 3.7.3 (2025-03-28)
4
+
5
+ - Fix: Unable to poll small results in execute_async function (databricks/databricks-sql-python #515 by @jprakash-db )
6
+ - Updated log messages to show the status code and error messages of requests (databricks/databricks-sql-python #511 by @jprakash-db )
7
+ - Fix: Incorrect metadata was fetched in case of queries with the same alias (databricks/databricks-sql-python #505 by @jprakash-db )
8
+
3
9
# 3.7.2 (2025-01-31)
4
10
5
11
- Updated the retry_dela_max and retry_timeout (databricks/databricks-sql-python #497 by @jprakash-db )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " databricks-sql-connector"
3
- version = " 3.7.2 "
3
+ version = " 3.7.3 "
4
4
description = " Databricks SQL Connector for Python"
5
5
authors = [
" Databricks <[email protected] >" ]
6
6
license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ def __repr__(self):
68
68
DATE = DBAPITypeObject ("date" )
69
69
ROWID = DBAPITypeObject ()
70
70
71
- __version__ = "3.7.2 "
71
+ __version__ = "3.7.3 "
72
72
USER_AGENT_NAME = "PyDatabricksSqlConnector"
73
73
74
74
# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments