-
Notifications
You must be signed in to change notification settings - Fork 157
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.7.0rc1 and generate changelog
- Loading branch information
1 parent
a1b7bf0
commit ab49257
Showing
18 changed files
with
71 additions
and
4 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,33 @@ | ||
## dbt-bigquery 1.7.0-rc1 - October 12, 2023 | ||
|
||
### Features | ||
|
||
- Support partition_by and cluster_by on python models when supplied in model configurations ([#680](https://github.com/dbt-labs/dbt-bigquery/issues/680)) | ||
- Support change monitoring for materialized views, including: autorefresh, clustering, partitioning ([#924](https://github.com/dbt-labs/dbt-bigquery/issues/924)) | ||
- Support storing test failures as views ([#6914](https://github.com/dbt-labs/dbt-bigquery/issues/6914)) | ||
|
||
### Fixes | ||
|
||
- Serverless Spark to Poll with .GetBatch() instead of using operation.result() ([#734](https://github.com/dbt-labs/dbt-bigquery/issues/734)) | ||
- Avoid setting lifetime on impersonation tokens. ([#769](https://github.com/dbt-labs/dbt-bigquery/issues/769)) | ||
- Fix bigquery copy materialization ([#820](https://github.com/dbt-labs/dbt-bigquery/issues/820)) | ||
- Fix issue where job labels are not rendered when using macro for query comment ([#863](https://github.com/dbt-labs/dbt-bigquery/issues/863)) | ||
|
||
### Under the Hood | ||
|
||
- Address type annotation issues and remove protected method ref from impl ([#933](https://github.com/dbt-labs/dbt-bigquery/issues/933)) | ||
- Fixed a mypy failure by reworking BigQueryAdapter constructor. ([#934](https://github.com/dbt-labs/dbt-bigquery/issues/934)) | ||
- update SQLQuery to include node_info ([#936](https://github.com/dbt-labs/dbt-bigquery/issues/936)) | ||
- Add tests for inlined limit + sql-header in dbt show query ([#940](https://github.com/dbt-labs/dbt-bigquery/issues/940)) | ||
- Support for use of type aliases in contract column data_type ([#953](https://github.com/dbt-labs/dbt-bigquery/issues/953)) | ||
|
||
### Dependencies | ||
|
||
- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#928](https://github.com/dbt-labs/dbt-bigquery/pull/928)) | ||
|
||
### Contributors | ||
- [@cmc333333](https://github.com/cmc333333) ([#769](https://github.com/dbt-labs/dbt-bigquery/issues/769)) | ||
- [@kalanyuz](https://github.com/kalanyuz) ([#680](https://github.com/dbt-labs/dbt-bigquery/issues/680)) | ||
- [@kodaho](https://github.com/kodaho) ([#863](https://github.com/dbt-labs/dbt-bigquery/issues/863)) | ||
- [@m-sche](https://github.com/m-sche) ([#820](https://github.com/dbt-labs/dbt-bigquery/issues/820)) | ||
- [@wazi55](https://github.com/wazi55) ([#734](https://github.com/dbt-labs/dbt-bigquery/issues/734)) |
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.
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.7.0b2" | ||
version = "1.7.0rc1" |
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