diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ff82260ee..8693b3160 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0b1 +current_version = 1.7.0b2 parse = (?P[\d]+) # major version number \.(?P[\d]+) # minor version number \.(?P[\d]+) # patch version number diff --git a/.changes/1.7.0-b2.md b/.changes/1.7.0-b2.md new file mode 100644 index 000000000..0dd5d798b --- /dev/null +++ b/.changes/1.7.0-b2.md @@ -0,0 +1,28 @@ +## 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)) diff --git a/.changes/unreleased/Dependencies-20230817-003623.yaml b/.changes/1.7.0/Dependencies-20230817-003623.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230817-003623.yaml rename to .changes/1.7.0/Dependencies-20230817-003623.yaml diff --git a/.changes/unreleased/Dependencies-20230817-003629.yaml b/.changes/1.7.0/Dependencies-20230817-003629.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230817-003629.yaml rename to .changes/1.7.0/Dependencies-20230817-003629.yaml diff --git a/.changes/unreleased/Dependencies-20230901-225226.yaml b/.changes/1.7.0/Dependencies-20230901-225226.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230901-225226.yaml rename to .changes/1.7.0/Dependencies-20230901-225226.yaml diff --git a/.changes/unreleased/Dependencies-20230904-011145.yaml b/.changes/1.7.0/Dependencies-20230904-011145.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230904-011145.yaml rename to .changes/1.7.0/Dependencies-20230904-011145.yaml diff --git a/.changes/unreleased/Dependencies-20230911-010957.yaml b/.changes/1.7.0/Dependencies-20230911-010957.yaml similarity index 100% rename from .changes/unreleased/Dependencies-20230911-010957.yaml rename to .changes/1.7.0/Dependencies-20230911-010957.yaml diff --git a/.changes/unreleased/Features-20230330-165721.yaml b/.changes/1.7.0/Features-20230330-165721.yaml similarity index 100% rename from .changes/unreleased/Features-20230330-165721.yaml rename to .changes/1.7.0/Features-20230330-165721.yaml diff --git a/.changes/unreleased/Fixes-20230818-214616.yaml b/.changes/1.7.0/Fixes-20230818-214616.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230818-214616.yaml rename to .changes/1.7.0/Fixes-20230818-214616.yaml diff --git a/.changes/unreleased/Fixes-20230829-162111.yaml b/.changes/1.7.0/Fixes-20230829-162111.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230829-162111.yaml rename to .changes/1.7.0/Fixes-20230829-162111.yaml diff --git a/.changes/unreleased/Fixes-20230907-161347.yaml b/.changes/1.7.0/Fixes-20230907-161347.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230907-161347.yaml rename to .changes/1.7.0/Fixes-20230907-161347.yaml diff --git a/.changes/unreleased/Fixes-20230911-005506.yaml b/.changes/1.7.0/Fixes-20230911-005506.yaml similarity index 100% rename from .changes/unreleased/Fixes-20230911-005506.yaml rename to .changes/1.7.0/Fixes-20230911-005506.yaml diff --git a/.changes/unreleased/Under the Hood-20230829-122918.yaml b/.changes/1.7.0/Under the Hood-20230829-122918.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230829-122918.yaml rename to .changes/1.7.0/Under the Hood-20230829-122918.yaml diff --git a/.changes/unreleased/Under the Hood-20230830-160707.yaml b/.changes/1.7.0/Under the Hood-20230830-160707.yaml similarity index 100% rename from .changes/unreleased/Under the Hood-20230830-160707.yaml rename to .changes/1.7.0/Under the Hood-20230830-160707.yaml diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fd2d4a1..d7450ff07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,36 @@ - "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-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 @@ -42,7 +72,6 @@ - [@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 48607b01f..3f5d3c0b7 100644 --- a/dbt/adapters/bigquery/__version__.py +++ b/dbt/adapters/bigquery/__version__.py @@ -1 +1 @@ -version = "1.7.0b1" +version = "1.7.0b2" diff --git a/setup.py b/setup.py index 947554f6d..494cd286e 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.0b1" +package_version = "1.7.0b2" dbt_core_version = _dbt_core_version(_dbt_bigquery_version()) description = """The BigQuery adapter plugin for dbt"""