Skip to content

Commit

Permalink
Prep for 1.7.6 (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db authored Feb 6, 2024
1 parent d54453e commit 63c9b1d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## dbt-databricks 1.7.6 (TBD)
## dbt-databricks 1.7.7 (TBD)

### Features

- Support `on_config_change` for materialized views, expand the supported config options ([536](https://github.com/databricks/dbt-databricks/pull/536)))

## dbt-databricks 1.7.5 (Jan 30, 2024)
## dbt-databricks 1.7.6 (Feb 6, 2024)

### Fixes

- Rollback databricks-sql-connector to 2.9.3 to actually fix connection timeout issue ([578](https://github.com/databricks/dbt-databricks/pull/578))

## dbt-databricks 1.7.5 (Jan 30, 2024) (Pulled due to poor SQL Warehouse connection behavior)

### 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.7.5"
version: str = "1.7.6"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
databricks-sql-connector>=3.0.0, <3.1.0
databricks-sql-connector>=2.9.3, <3.0.0
dbt-spark~=1.7.1
databricks-sdk==0.17.0
keyring>=23.13.0
Expand Down
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() -> str:
include_package_data=True,
install_requires=[
"dbt-spark~=1.7.1",
"databricks-sql-connector>=3.0.0, <3.1.0",
"databricks-sql-connector>=2.9.3, <3.0.0",
"databricks-sdk==0.17.0",
"keyring>=23.13.0",
"pandas<2.2.0",
Expand Down

0 comments on commit 63c9b1d

Please sign in to comment.