You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tweak client packaging for Python V2 client, bump up version t0 v2.0.0b. Go through QA SOP to prepare for release.
Author: Niall Egan <niall.egan@databricks.com>
- Initial beta release of V2. V2 is an internal re-write of large parts of the connector to use Databricks edge features. All public APIs from V1 remain.
3
+
- Added Unity Catalog support (pass catalog and / or schema key word args to the .connect method to select initial schema and catalog)
4
+
5
+
v1.0.0 - January 20, 2022
6
+
- Add operations for retrieving metadata
7
+
- Add the ability to access columns by name on result rows
8
+
- Add the ability to provide configuration settings on connect
9
+
10
+
v0.9.4 - January 10, 2022
11
+
- Improved logging and error messages.
12
+
13
+
v0.9.3 - December 8, 2021
14
+
- Add retries for 429 and 503 HTTP responses.
15
+
16
+
v0.9.2 - December 2, 2021
17
+
- (Bug fix) Increased Thrift requirement from 0.10.0 to 0.13.0 as 0.10.0 was in fact incompatible
18
+
- (Bug fix) Fixed error message after query execution failed - SQLSTATE and Error message were misplaced
19
+
20
+
v0.9.1 - Sept 1, 2021
21
+
- Public Preview release, Experimental tag removed
22
+
- minor updates in internal build/packaging
23
+
- no functional changes
24
+
25
+
v0.9.0 - Aug 4, 2021
26
+
- initial (Experimental) release of pyhive-forked connector
27
+
- Python DBAPI 2.0 (PEP-0249), thrift based
28
+
- see docs for more info: https://docs.databricks.com/dev-tools/python-sql-connector.html
0 commit comments