Skip to content

Commit

Permalink
Bumping version to 1.7.0 and generate changelog
Browse files Browse the repository at this point in the history
FishtownBuildBot committed Nov 2, 2023
1 parent 1ddbbea commit 8ff6253
Showing 54 changed files with 107 additions and 437 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.0rc1
current_version = 1.7.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
36 changes: 0 additions & 36 deletions .changes/1.7.0-b1.md

This file was deleted.

28 changes: 0 additions & 28 deletions .changes/1.7.0-b2.md

This file was deleted.

33 changes: 0 additions & 33 deletions .changes/1.7.0-rc1.md

This file was deleted.

72 changes: 72 additions & 0 deletions .changes/1.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
## dbt-bigquery 1.7.0 - November 02, 2023

### Features

- Add support for materialized views ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core#6911))
- Support partition_by and cluster_by on python models when supplied in model configurations ([#680](https://github.com/dbt-labs/dbt-bigquery/issues/680))
- Change batch_id to model override ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
- 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 creating twice the temp table in dynamic insert overwrite for sql on_schema_change != 'ignore' or python models ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810))
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
- Fix contact validation failure on query data types change ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
- Avoid setting lifetime on impersonation tokens. ([#769](https://github.com/dbt-labs/dbt-bigquery/issues/769))
- case insensitive check on partition matching ([#886](https://github.com/dbt-labs/dbt-bigquery/issues/886))
- Time out queries if user supplies `job_execution_timeout` ([#231](https://github.com/dbt-labs/dbt-bigquery/issues/231))
- Fix bigquery copy materialization ([#820](https://github.com/dbt-labs/dbt-bigquery/issues/820))
- changes expected value types to AnyInteger to take into account changes in core ([#915](https://github.com/dbt-labs/dbt-bigquery/issues/915))
- Quote column names in struct data types to fix time ingestion partitioning table creation ([#913](https://github.com/dbt-labs/dbt-bigquery/issues/913))
- Fix issue where job labels are not rendered when using macro for query comment ([#863](https://github.com/dbt-labs/dbt-bigquery/issues/863))
- Patch for json inline --show ([#972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
- Lower bound of `2.11.0` for `google-api-core` ([#979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
- Fix refresh syntax, config comparison with empty labels ([#983](https://github.com/dbt-labs/dbt-bigquery/issues/983))
- Assign the correct relation type to materialized views in catalog queries ([#995](https://github.com/dbt-labs/dbt-bigquery/issues/995))

### Under the Hood

- Update stale workflow to use centralized version ([#844](https://github.com/dbt-labs/dbt-bigquery/issues/844))
- Re-organize adapters.sql into more granular files inside of macros/relations ([#904](https://github.com/dbt-labs/dbt-bigquery/issues/904))
- Update BigQueryCredentials to support migration off hologram ([#906](https://github.com/dbt-labs/dbt-bigquery/issues/906))
- 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 black requirement from ~=23.3 to ~=23.7 ([#815](https://github.com/dbt-labs/dbt-bigquery/pull/815))
- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#831](https://github.com/dbt-labs/dbt-bigquery/pull/831))
- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#839](https://github.com/dbt-labs/dbt-bigquery/pull/839))
- Update wheel requirement from ~=0.40 to ~=0.41 ([#843](https://github.com/dbt-labs/dbt-bigquery/pull/843))
- Update flake8 requirement from ~=6.0 to ~=6.1 ([#847](https://github.com/dbt-labs/dbt-bigquery/pull/847))
- Update pip-tools requirement from ~=7.0 to ~=7.2 ([#851](https://github.com/dbt-labs/dbt-bigquery/pull/851))
- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#870](https://github.com/dbt-labs/dbt-bigquery/pull/870))
- Update tox requirement from ~=4.6 to ~=4.7 ([#869](https://github.com/dbt-labs/dbt-bigquery/pull/869))
- Update types-protobuf requirement from ~=4.23 to ~=4.24 ([#873](https://github.com/dbt-labs/dbt-bigquery/pull/873))
- Bump mypy from 1.4.1 to 1.5.0 ([#874](https://github.com/dbt-labs/dbt-bigquery/pull/874))
- Update tox requirement from ~=4.7 to ~=4.8 ([#880](https://github.com/dbt-labs/dbt-bigquery/pull/880))
- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#881](https://github.com/dbt-labs/dbt-bigquery/pull/881))
- Bump mypy from 1.5.0 to 1.5.1 ([#883](https://github.com/dbt-labs/dbt-bigquery/pull/883))
- Update tox requirement from ~=4.8 to ~=4.9 ([#884](https://github.com/dbt-labs/dbt-bigquery/pull/884))
- Update tox requirement from ~=4.9 to ~=4.11 ([#907](https://github.com/dbt-labs/dbt-bigquery/pull/907))
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#909](https://github.com/dbt-labs/dbt-bigquery/pull/909))
- Update black requirement from ~=23.7 to ~=23.9 ([#920](https://github.com/dbt-labs/dbt-bigquery/pull/920))
- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#928](https://github.com/dbt-labs/dbt-bigquery/pull/928))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810), [#886](https://github.com/dbt-labs/dbt-bigquery/issues/886), [#913](https://github.com/dbt-labs/dbt-bigquery/issues/913))
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
- [@cmc333333](https://github.com/cmc333333) ([#769](https://github.com/dbt-labs/dbt-bigquery/issues/769))
- [@dementiev27](https://github.com/dementiev27) ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
- [@gmyrianthous](https://github.com/gmyrianthous) ([#979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
- [@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))
- [@matt-winkler](https://github.com/matt-winkler) ([#972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
- [@nickozilla](https://github.com/nickozilla) ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
- [@wazi55](https://github.com/wazi55) ([#734](https://github.com/dbt-labs/dbt-bigquery/issues/734))
6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230711-002411.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230717-000639.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230721-010106.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230724-004957.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230731-004314.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230803-131551.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230809-005844.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230809-034524.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230810-002407.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230811-010246.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230814-005415.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230814-005542.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230817-003623.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230817-003629.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230901-225226.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230904-011145.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230911-010957.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Dependencies-20230919-003620.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230330-165721.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Features-20230426-152526.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230913-130445.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Features-20230921-175106.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230630-092618.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230721-101041.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230727-213526.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230803-102915.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230804-005817.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230817-095527.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230818-214616.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230829-162111.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230906-141819.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20230907-161347.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.7.0/Fixes-20230911-005506.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Fixes-20231005-235950.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230724-164946.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230829-122918.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230830-160707.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230921-155645.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230922-114217.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230922-125327.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20230925-143628.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.7.0/Under the Hood-20231005-115800.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20231023-082312.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20231025-131907.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20231025-223003.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20231030-222134.yaml

This file was deleted.

91 changes: 32 additions & 59 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -5,23 +5,39 @@
- "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
## dbt-bigquery 1.7.0 - November 02, 2023

### Features

- Add support for materialized views ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core#6911))
- Support partition_by and cluster_by on python models when supplied in model configurations ([#680](https://github.com/dbt-labs/dbt-bigquery/issues/680))
- Change batch_id to model override ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
- 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 creating twice the temp table in dynamic insert overwrite for sql on_schema_change != 'ignore' or python models ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810))
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
- Fix contact validation failure on query data types change ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
- Avoid setting lifetime on impersonation tokens. ([#769](https://github.com/dbt-labs/dbt-bigquery/issues/769))
- case insensitive check on partition matching ([#886](https://github.com/dbt-labs/dbt-bigquery/issues/886))
- Time out queries if user supplies `job_execution_timeout` ([#231](https://github.com/dbt-labs/dbt-bigquery/issues/231))
- Fix bigquery copy materialization ([#820](https://github.com/dbt-labs/dbt-bigquery/issues/820))
- changes expected value types to AnyInteger to take into account changes in core ([#915](https://github.com/dbt-labs/dbt-bigquery/issues/915))
- Quote column names in struct data types to fix time ingestion partitioning table creation ([#913](https://github.com/dbt-labs/dbt-bigquery/issues/913))
- Fix issue where job labels are not rendered when using macro for query comment ([#863](https://github.com/dbt-labs/dbt-bigquery/issues/863))
- Patch for json inline --show ([#972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
- Lower bound of `2.11.0` for `google-api-core` ([#979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
- Fix refresh syntax, config comparison with empty labels ([#983](https://github.com/dbt-labs/dbt-bigquery/issues/983))
- Assign the correct relation type to materialized views in catalog queries ([#995](https://github.com/dbt-labs/dbt-bigquery/issues/995))

### Under the Hood

- Update stale workflow to use centralized version ([#844](https://github.com/dbt-labs/dbt-bigquery/issues/844))
- Re-organize adapters.sql into more granular files inside of macros/relations ([#904](https://github.com/dbt-labs/dbt-bigquery/issues/904))
- Update BigQueryCredentials to support migration off hologram ([#906](https://github.com/dbt-labs/dbt-bigquery/issues/906))
- 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))
@@ -30,63 +46,6 @@

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

- Add support for materialized views ([#dbt-labs/dbt-core#6911](https://github.com/dbt-labs/dbt-bigquery/issues/dbt-labs/dbt-core#6911))

### Fixes

- case insensitive check on partition matching ([#886](https://github.com/dbt-labs/dbt-bigquery/issues/886))
- Time out queries if user supplies `job_execution_timeout` ([#231](https://github.com/dbt-labs/dbt-bigquery/issues/231))
- changes expected value types to AnyInteger to take into account changes in core ([#915](https://github.com/dbt-labs/dbt-bigquery/issues/915))
- Quote column names in struct data types to fix time ingestion partitioning table creation ([#913](https://github.com/dbt-labs/dbt-bigquery/issues/913))

### Under the Hood

- Re-organize adapters.sql into more granular files inside of macros/relations ([#904](https://github.com/dbt-labs/dbt-bigquery/issues/904))
- Update BigQueryCredentials to support migration off hologram ([#906](https://github.com/dbt-labs/dbt-bigquery/issues/906))

### Dependencies

- Bump mypy from 1.5.0 to 1.5.1 ([#883](https://github.com/dbt-labs/dbt-bigquery/pull/883))
- Update tox requirement from ~=4.8 to ~=4.9 ([#884](https://github.com/dbt-labs/dbt-bigquery/pull/884))
- Update tox requirement from ~=4.9 to ~=4.11 ([#907](https://github.com/dbt-labs/dbt-bigquery/pull/907))
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#909](https://github.com/dbt-labs/dbt-bigquery/pull/909))
- Update black requirement from ~=23.7 to ~=23.9 ([#920](https://github.com/dbt-labs/dbt-bigquery/pull/920))

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

- Change batch_id to model override ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))

### Fixes

- Avoid creating twice the temp table in dynamic insert overwrite for sql on_schema_change != 'ignore' or python models ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810))
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
- Fix contact validation failure on query data types change ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))

### Under the Hood

- Update stale workflow to use centralized version ([#844](https://github.com/dbt-labs/dbt-bigquery/issues/844))

### Dependencies

- Update black requirement from ~=23.3 to ~=23.7 ([#815](https://github.com/dbt-labs/dbt-bigquery/pull/815))
- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#831](https://github.com/dbt-labs/dbt-bigquery/pull/831))
- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#839](https://github.com/dbt-labs/dbt-bigquery/pull/839))
@@ -99,12 +58,26 @@
- Bump mypy from 1.4.1 to 1.5.0 ([#874](https://github.com/dbt-labs/dbt-bigquery/pull/874))
- Update tox requirement from ~=4.7 to ~=4.8 ([#880](https://github.com/dbt-labs/dbt-bigquery/pull/880))
- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#881](https://github.com/dbt-labs/dbt-bigquery/pull/881))
- Bump mypy from 1.5.0 to 1.5.1 ([#883](https://github.com/dbt-labs/dbt-bigquery/pull/883))
- Update tox requirement from ~=4.8 to ~=4.9 ([#884](https://github.com/dbt-labs/dbt-bigquery/pull/884))
- Update tox requirement from ~=4.9 to ~=4.11 ([#907](https://github.com/dbt-labs/dbt-bigquery/pull/907))
- Update pre-commit requirement from ~=3.3 to ~=3.4 ([#909](https://github.com/dbt-labs/dbt-bigquery/pull/909))
- Update black requirement from ~=23.7 to ~=23.9 ([#920](https://github.com/dbt-labs/dbt-bigquery/pull/920))
- Update ddtrace requirement from ~=1.18 to ~=1.19 ([#928](https://github.com/dbt-labs/dbt-bigquery/pull/928))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810))
- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810), [#886](https://github.com/dbt-labs/dbt-bigquery/issues/886), [#913](https://github.com/dbt-labs/dbt-bigquery/issues/913))
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
- [@cmc333333](https://github.com/cmc333333) ([#769](https://github.com/dbt-labs/dbt-bigquery/issues/769))
- [@dementiev27](https://github.com/dementiev27) ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
- [@gmyrianthous](https://github.com/gmyrianthous) ([#979](https://github.com/dbt-labs/dbt-bigquery/issues/979))
- [@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))
- [@matt-winkler](https://github.com/matt-winkler) ([#972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
- [@nickozilla](https://github.com/nickozilla) ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
- [@wazi55](https://github.com/wazi55) ([#734](https://github.com/dbt-labs/dbt-bigquery/issues/734))


## Previous Releases
For information on prior major and minor releases, see their changelogs:
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.0rc1"
version = "1.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:


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

0 comments on commit 8ff6253

Please sign in to comment.