File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
cmdexec/clients/python/src/databricks/sql Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1+ v2.0.b2 - April 4, 2022
2+ - Change import of collections.Iterable to collections.abc.Iterable to make the library compatible with Python 3.10
3+ - Fixed bug with .tables method so that .tables works as expected with Unity-Catalog enabled endpoints
4+
15v2.0.0b1 - March 4, 2022
26- Fix packaging issue (dependencies were not being installed properly)
37- Fetching timestamp results will now return aware instead of naive timestamps
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ def __repr__(self):
2727DATE = DBAPITypeObject ('date' )
2828ROWID = DBAPITypeObject ()
2929
30- __version__ = "2.0.0b1 "
30+ __version__ = "2.0.0b2 "
3131USER_AGENT_NAME = "PyDatabricksSqlConnector"
3232
3333# These two functions are pyhive legacy
You can’t perform that action at this time.
0 commit comments