Skip to content

Commit

Permalink
pin sdk version to 0.1.6 temporarily
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Furlan <[email protected]>
  • Loading branch information
andrefurlan-db committed May 17, 2023
1 parent 4980b45 commit eae33e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## dbt-databricks 1.5.2 (May 17, 2023)

### Fixes
- Sets databricks sdk dependency to 0.1.6 to avoid SDK breaking changes

## dbt-databricks 1.5.1 (May 9, 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.1"
version: str = "1.5.2"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def _get_plugin_version():
install_requires=[
"dbt-spark>=1.5.0",
"databricks-sql-connector>=2.5.0",
"databricks-sdk>=0.1.1",
"databricks-sdk==0.1.6",
"keyring>=23.13.0",
"protobuf>=4.21.0" # workaround for dbt-core issue
],
Expand Down

0 comments on commit eae33e5

Please sign in to comment.