Skip to content

Releases: databricks/databricks-sql-python

v4.1.2

22 Aug 11:42
415fb53
Compare
Choose a tag to compare

What's Changed

  • Streaming ingestion support for PUT operation (#643 by @sreekanth-db)
  • Removed use_threads argument on concat_tables for compatibility with pyarrow<14 (#684 by @jprakash-db)

Full Changelog: v4.1.0...v4.1.2

v4.1.1

21 Aug 06:19
e2a972e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.1.0...v4.1.1

v4.1.0

18 Aug 11:10
2f982bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.5...v4.1.0

v4.0.5

24 Jun 17:47
7696316
Compare
Choose a tag to compare

What's Changed

  • Revert "Enhance Cursor close handling and context manager exception m… by @madhav-db in #613

Full Changelog: v4.0.0...v4.0.5

v4.0.4

16 Jun 09:18
c123af3
Compare
Choose a tag to compare

Whats changed

  • Update thrift client library after cleaning up unused fields and structs (#553 by @vikrantpuppala)
  • Refactor decimal conversion in PyArrow tables to use direct casting (#544 by @jayantsing-db)
  • Fix: fetchall_arrow to always return results in arrow format (#551 by @shivam2680)
  • Enhance cursor close handling and context manager exception management to prevent server side resource leaks (#554 by @madhav-db)
  • Added additional logging to enhance debugging (#556 by @saishreeeee)
  • Feature: Added support for complex data types such as Arrays and Map [Private Preview] (#559 by @jprakash-db)

Full Changelog: v4.0.0...v4.0.4

v4.0.3

22 Apr 07:46
d45910d
Compare
Choose a tag to compare

Whats changed

  • Fix: Removed packaging dependency in favour of default libraries, for urllib3 version checks (#547 by @jprakash-db)

Full Changelog: v4.0.0...v4.0.3

v3.7.4

22 Apr 04:48
76a376b
Compare
Choose a tag to compare

Whats changed

Full Changelog: v3.6.0...v3.7.4

v4.0.2

01 Apr 17:44
f9b7f43
Compare
Choose a tag to compare

Whats changed

Full Changelog: v4.0.0...v4.0.2

v4.0.1

19 Mar 07:15
c399c1c
Compare
Choose a tag to compare

⚠️ This release has been yanked from Pypi due to issues with resolving dependencies when using dbt-databricks v1.4.1/1.4.2

Whats changed

  • Support for multiple timestamp formats parsing (#533 by @jprakash-db)
  • Rename _user_agent_entry in connect call to user_agent_entry to expose it as a public parameter. (#530 by @shivam2680)
  • Fix: compatibility with urllib3 versions less than 2.x. (#526 by @shivam2680)
  • Support for Python 3.13 and updated dependencies (#510 by @dhirschfeld and @dbaxa)

Full Changelog: v4.0.0...v4.0.1

v3.7.3

28 Feb 18:12
eb6d926
Compare
Choose a tag to compare

Whats changed

  • Fix: Unable to poll small results in execute_async function (#515 by @jprakash-db)
  • Updated log messages to show the status code and error messages of requests (#511 by @jprakash-db)
  • Fix: Incorrect metadata was fetched in case of queries with the same alias (#505 by @jprakash-db)

Full Changelog: v3.6.0...v3.7.3