-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.5.0b3 and generate changelog
- Loading branch information
1 parent
88b94b6
commit 8bcc443
Showing
12 changed files
with
45 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
## dbt-bigquery 1.5.0-b3 - March 16, 2023 | ||
|
||
### Features | ||
|
||
- Enforce contracts on models materialized as tables and views ([#529](https://github.com/dbt-labs/dbt-bigquery/issues/529), [#555](https://github.com/dbt-labs/dbt-bigquery/issues/555)) | ||
- add dataproc serverless config to profile ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530)) | ||
|
||
### Fixes | ||
|
||
- Fix time ingestion partitioning option regression when combined using `require_partition_filter` option on incremental run ([#483](https://github.com/dbt-labs/dbt-bigquery/issues/483)) | ||
- Allow policy_tags to be removed ([#349](https://github.com/dbt-labs/dbt-bigquery/issues/349)) | ||
- Update connections.py with retry logic for 502 BadGateway ([#562](https://github.com/dbt-labs/dbt-bigquery/issues/562)) | ||
- Fix for Python incremental model regression ([#581](https://github.com/dbt-labs/dbt-bigquery/issues/581)) | ||
- Fix failing test by removing no erroneous asserts. ([#605](https://github.com/dbt-labs/dbt-bigquery/issues/605)) | ||
|
||
### Contributors | ||
- [@Kayrnt](https://github.com/Kayrnt) ([#483](https://github.com/dbt-labs/dbt-bigquery/issues/483)) | ||
- [@garsir](https://github.com/garsir) ([#349](https://github.com/dbt-labs/dbt-bigquery/issues/349)) | ||
- [@patkearns10](https://github.com/patkearns10) ([#562](https://github.com/dbt-labs/dbt-bigquery/issues/562)) | ||
- [@torkjel](https://github.com/torkjel) ([#530](https://github.com/dbt-labs/dbt-bigquery/issues/530)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.5.0b2" | ||
version = "1.5.0b3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters