Skip to content

Commit

Permalink
restrict to < 3 for databricks-sql-connector
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Nov 30, 2023
1 parent 55c3dcd commit 14fdffd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## dbt-databricks 1.5.7 (November 30, 2023)

### Fixes

- Fix setup so that we restrict to less than version 3 of databricks-sql-connector

## dbt-databricks 1.5.6 (September 28, 2023)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/databricks/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: str = "1.5.6"
version: str = "1.5.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def _get_plugin_version():
include_package_data=True,
install_requires=[
"dbt-spark~=1.5.0",
"databricks-sql-connector>=2.9.3",
"databricks-sql-connector>=2.9.3,<3.0.0",
"databricks-sdk==0.9.0",
"keyring>=23.13.0",
"protobuf>=4.21.0", # workaround for dbt-core issue
Expand Down

0 comments on commit 14fdffd

Please sign in to comment.