From e9786aba3db4cdd024f1917e76e1093cab56db0a Mon Sep 17 00:00:00 2001 From: Github Build Bot Date: Thu, 17 Aug 2023 21:49:02 +0000 Subject: [PATCH] Bumping version to 1.7.0b1 and generate changelog --- .bumpversion.cfg | 2 +- .changes/1.7.0-b1.md | 36 ++++++++++++++++++ .../Dependencies-20230711-002411.yaml | 0 .../Dependencies-20230717-000639.yaml | 0 .../Dependencies-20230721-010106.yaml | 0 .../Dependencies-20230724-004957.yaml | 0 .../Dependencies-20230731-004314.yaml | 0 .../Dependencies-20230803-131551.yaml | 0 .../Dependencies-20230809-005844.yaml | 0 .../Dependencies-20230809-034524.yaml | 0 .../Dependencies-20230810-002407.yaml | 0 .../Dependencies-20230811-010246.yaml | 0 .../Dependencies-20230814-005415.yaml | 0 .../Dependencies-20230814-005542.yaml | 0 .../Fixes-20230630-092618.yaml | 0 .../Fixes-20230727-213526.yaml | 0 .../Fixes-20230803-102915.yaml | 0 .../Fixes-20230804-005817.yaml | 0 .../Under the Hood-20230724-164946.yaml | 0 CHANGELOG.md | 38 +++++++++++++++++++ dbt/adapters/bigquery/__version__.py | 2 +- setup.py | 2 +- 22 files changed, 77 insertions(+), 3 deletions(-) create mode 100644 .changes/1.7.0-b1.md rename .changes/{unreleased => 1.7.0}/Dependencies-20230711-002411.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230717-000639.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230721-010106.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230724-004957.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230731-004314.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230803-131551.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230809-005844.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230809-034524.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230810-002407.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230811-010246.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230814-005415.yaml (100%) rename .changes/{unreleased => 1.7.0}/Dependencies-20230814-005542.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230630-092618.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230727-213526.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230803-102915.yaml (100%) rename .changes/{unreleased => 1.7.0}/Fixes-20230804-005817.yaml (100%) rename .changes/{unreleased => 1.7.0}/Under the Hood-20230724-164946.yaml (100%) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6e8ac4d80..ff82260ee 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0a1 +current_version = 1.7.0b1 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.0-b1.md b/.changes/1.7.0-b1.md new file mode 100644 index 000000000..13dd4982d --- /dev/null +++ b/.changes/1.7.0-b1.md @@ -0,0 +1,36 @@ +## 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)) +- 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)) + +### Contributors +- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810)) +- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) +- [@dementiev27](https://github.com/dementiev27) ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861)) +- [@nickozilla](https://github.com/nickozilla) ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671)) diff --git a/.changes/unreleased/Dependencies-20230711-002411.yaml b/.changes/1.7.0/Dependencies-20230711-002411.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230711-002411.yaml rename to .changes/1.7.0/Dependencies-20230711-002411.yaml diff --git a/.changes/unreleased/Dependencies-20230717-000639.yaml b/.changes/1.7.0/Dependencies-20230717-000639.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230717-000639.yaml rename to .changes/1.7.0/Dependencies-20230717-000639.yaml diff --git a/.changes/unreleased/Dependencies-20230721-010106.yaml b/.changes/1.7.0/Dependencies-20230721-010106.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230721-010106.yaml rename to .changes/1.7.0/Dependencies-20230721-010106.yaml diff --git a/.changes/unreleased/Dependencies-20230724-004957.yaml b/.changes/1.7.0/Dependencies-20230724-004957.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230724-004957.yaml rename to .changes/1.7.0/Dependencies-20230724-004957.yaml diff --git a/.changes/unreleased/Dependencies-20230731-004314.yaml b/.changes/1.7.0/Dependencies-20230731-004314.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230731-004314.yaml rename to .changes/1.7.0/Dependencies-20230731-004314.yaml diff --git a/.changes/unreleased/Dependencies-20230803-131551.yaml b/.changes/1.7.0/Dependencies-20230803-131551.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230803-131551.yaml rename to .changes/1.7.0/Dependencies-20230803-131551.yaml diff --git a/.changes/unreleased/Dependencies-20230809-005844.yaml b/.changes/1.7.0/Dependencies-20230809-005844.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230809-005844.yaml rename to .changes/1.7.0/Dependencies-20230809-005844.yaml diff --git a/.changes/unreleased/Dependencies-20230809-034524.yaml b/.changes/1.7.0/Dependencies-20230809-034524.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230809-034524.yaml rename to .changes/1.7.0/Dependencies-20230809-034524.yaml diff --git a/.changes/unreleased/Dependencies-20230810-002407.yaml b/.changes/1.7.0/Dependencies-20230810-002407.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230810-002407.yaml rename to .changes/1.7.0/Dependencies-20230810-002407.yaml diff --git a/.changes/unreleased/Dependencies-20230811-010246.yaml b/.changes/1.7.0/Dependencies-20230811-010246.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230811-010246.yaml rename to .changes/1.7.0/Dependencies-20230811-010246.yaml diff --git a/.changes/unreleased/Dependencies-20230814-005415.yaml b/.changes/1.7.0/Dependencies-20230814-005415.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230814-005415.yaml rename to .changes/1.7.0/Dependencies-20230814-005415.yaml diff --git a/.changes/unreleased/Dependencies-20230814-005542.yaml b/.changes/1.7.0/Dependencies-20230814-005542.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230814-005542.yaml rename to .changes/1.7.0/Dependencies-20230814-005542.yaml diff --git a/.changes/unreleased/Fixes-20230630-092618.yaml b/.changes/1.7.0/Fixes-20230630-092618.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230630-092618.yaml rename to .changes/1.7.0/Fixes-20230630-092618.yaml diff --git a/.changes/unreleased/Fixes-20230727-213526.yaml b/.changes/1.7.0/Fixes-20230727-213526.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230727-213526.yaml rename to .changes/1.7.0/Fixes-20230727-213526.yaml diff --git a/.changes/unreleased/Fixes-20230803-102915.yaml b/.changes/1.7.0/Fixes-20230803-102915.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230803-102915.yaml rename to .changes/1.7.0/Fixes-20230803-102915.yaml diff --git a/.changes/unreleased/Fixes-20230804-005817.yaml b/.changes/1.7.0/Fixes-20230804-005817.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230804-005817.yaml rename to .changes/1.7.0/Fixes-20230804-005817.yaml diff --git a/.changes/unreleased/Under the Hood-20230724-164946.yaml b/.changes/1.7.0/Under the Hood-20230724-164946.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230724-164946.yaml rename to .changes/1.7.0/Under the Hood-20230724-164946.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index ade60b8f6..09fd2d4a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,44 @@ - "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-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)) +- 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)) + +### Contributors +- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810)) +- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849)) +- [@dementiev27](https://github.com/dementiev27) ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861)) +- [@nickozilla](https://github.com/nickozilla) ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671)) + + ## Previous Releases For information on prior major and minor releases, see their changelogs: - [1.6](https://github.com/dbt-labs/dbt-bigquery/blob/1.6.latest/CHANGELOG.md) diff --git a/dbt/adapters/bigquery/__version__.py b/dbt/adapters/bigquery/__version__.py index 874bd74c8..48607b01f 100644 --- a/dbt/adapters/bigquery/__version__.py +++ b/dbt/adapters/bigquery/__version__.py @@ -1 +1 @@ -version = "1.7.0a1" +version = "1.7.0b1" diff --git a/setup.py b/setup.py index 8112a713e..947554f6d 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str: package_name = "dbt-bigquery" -package_version = "1.7.0a1" +package_version = "1.7.0b1" dbt_core_version = _dbt_core_version(_dbt_bigquery_version()) description = """The BigQuery adapter plugin for dbt"""