databricks/databricks-sql-python v4.4.0
databricks/databricks-sql-python
Captured source
source ↗published Jul 22, 2026seen 3dcaptured 3dhttp 200method plain
v4.4.0
Repository: databricks/databricks-sql-python
Tag: v4.4.0
Published: 2026-07-22T10:25:22Z
Prerelease: no
Release notes:
- Raised the minimum supported Python version to 3.10, dropping the end-of-life 3.8/3.9, to update the lockfile and clear CVE-flagged dependencies in the repo (databricks/databricks-sql-python#798)
- Fix:
REMOVEstaging operations no longer requirestaging_allowed_local_pathto be set, since removing a remote file does not touch the local filesystem (databricks/databricks-sql-python#726) - Report
cursor.rowcountfor DML on the Thrift backend: INSERT/UPDATE/DELETE/MERGE now setrowcountto the server's affected-row count instead of the hardcoded-1; SELECT (and statements the server does not report a count for) still return-1.executemanyaggregates the count across all parameter sets per PEP 249 (#784)