Skip to content

Commit

Permalink
Bumping version to 1.7.0rc1 and generate changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
FishtownBuildBot committed Oct 12, 2023
1 parent a1b7bf0 commit ab49257
Show file tree
Hide file tree
Showing 18 changed files with 71 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0b2
current_version = 1.7.0rc1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
33 changes: 33 additions & 0 deletions .changes/1.7.0-rc1.md
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.
36 changes: 35 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,41 @@
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie). For details on how to document a change, see [the contributing guide](https://github.com/dbt-labs/dbt-bigquery/blob/main/CONTRIBUTING.md#adding-changelog-entry)

## 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))


## dbt-bigquery 1.7.0-b2 - September 15, 2023

### Features
Expand Down Expand Up @@ -34,7 +69,6 @@
### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#886](https://github.com/dbt-labs/dbt-bigquery/issues/886), [#913](https://github.com/dbt-labs/dbt-bigquery/issues/913))


## dbt-bigquery 1.7.0-b1 - August 17, 2023

### Features
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/bigquery/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.7.0b2"
version = "1.7.0rc1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:


package_name = "dbt-bigquery"
package_version = "1.7.0b2"
package_version = "1.7.0rc1"
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit ab49257

Please sign in to comment.