Skip to content

Commit

Permalink
Simplified 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benc-db committed Feb 6, 2024
1 parent 0f3c2e6 commit f352f80
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
## dbt-databricks 1.7.4 (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.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 (DROPPED)

## dbt-databricks 1.7.4 (Jan 29, 2024)

### 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.3"
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.9.0, <0.16.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.9.0, <0.16.0",
"keyring>=23.13.0",
"pandas<2.2.0",
Expand Down

0 comments on commit f352f80

Please sign in to comment.