chore(deps): raise databricks-sql-connector upper bound to <4.3.1 to support 4.3.0#1518
Open
sd-db wants to merge 1 commit into
Open
chore(deps): raise databricks-sql-connector upper bound to <4.3.1 to support 4.3.0#1518sd-db wants to merge 1 commit into
sd-db wants to merge 1 commit into
Conversation
6f5810d to
b9b03a7
Compare
Collaborator
Author
|
/integration-test |
|
Integration tests dispatched for PR #1518 by @sd-db. Track progress in the Actions tab. |
|
Integration results for PR #1518 — UC cluster ✅ success · SQL warehouse ✅ success · All-purpose cluster ✅ success · Shard coverage ✅ success |
jprakash-db
approved these changes
Jun 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Raises the
databricks-sql-connector[pyarrow]upper bound from<4.2.7to<4.3.1and bumps the lock to 4.3.0 (released 2026-06-12 — the latest good release;4.2.7was yanked upstream, which is why the ceiling was previously<4.2.7).No-code-change bump:
use_kernelbackend and a thrift-0.23.0 revert; the default Thrift backend is unchanged.[kernel]extra is not pulled in by[pyarrow], and the connector API dbt uses (Connection,Cursor,__version__,exc.Error) is unchanged.requirements.lowest-direct.txtis left untouched — only the ceiling moved; the floor (>=4.1.1) is unchanged.Testing
databricks_uc_sql_endpoint): connection validation + table materialization + all column types — 4 passed