Skip to content

Commit 4f20eb6

Browse files
authored
Upgrade to V4 of Databricks Sql Connector (#962)
1 parent 4ad86ca commit 4f20eb6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Update pinned python SDK version from 0.17.0 to 0.41.0. ([827](https://github.com/databricks/dbt-databricks/pull/827))
1313
- Implement new constraint logic for use_materialization_v2 flag ([846](https://github.com/databricks/dbt-databricks/pull/846/files)), ([876](https://github.com/databricks/dbt-databricks/pull/876))
1414
- Streamlining debug logging to make it more usable ([946](https://github.com/databricks/dbt-databricks/pull/946))
15+
- Upgrading Databricks SQL Connector to V4 ([962](https://github.com/databricks/dbt-databricks/pull/962))
1516
- Validation of sample mode ([961](https://github.com/databricks/dbt-databricks/pull/961))
1617

1718
## dbt-databricks 1.9.8 (TBD)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"databricks-sdk==0.41.0",
26-
"databricks-sql-connector>=3.5.0, <4.0.0",
26+
"databricks-sql-connector[pyarrow]>=4.0.0, <5.0.0",
2727
"dbt-adapters>=1.9.0, <2.0",
2828
"dbt-common>=1.12.0, <2.0",
2929
"dbt-core>=1.9.0, <2.0",

0 commit comments

Comments
 (0)