Skip to content

Commit e9786ab

Browse files
Bumping version to 1.7.0b1 and generate changelog
1 parent a5c36ea commit e9786ab

22 files changed

+77
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.7.0a1
2+
current_version = 1.7.0b1
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.7.0-b1.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
## dbt-bigquery 1.7.0-b1 - August 17, 2023
2+
3+
### Features
4+
5+
- Change batch_id to model override ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
6+
7+
### Fixes
8+
9+
- 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))
10+
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
11+
- Fix contact validation failure on query data types change ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
12+
13+
### Under the Hood
14+
15+
- Update stale workflow to use centralized version ([#844](https://github.com/dbt-labs/dbt-bigquery/issues/844))
16+
17+
### Dependencies
18+
19+
- Update black requirement from ~=23.3 to ~=23.7 ([#815](https://github.com/dbt-labs/dbt-bigquery/pull/815))
20+
- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#831](https://github.com/dbt-labs/dbt-bigquery/pull/831))
21+
- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#839](https://github.com/dbt-labs/dbt-bigquery/pull/839))
22+
- Update wheel requirement from ~=0.40 to ~=0.41 ([#843](https://github.com/dbt-labs/dbt-bigquery/pull/843))
23+
- Update flake8 requirement from ~=6.0 to ~=6.1 ([#847](https://github.com/dbt-labs/dbt-bigquery/pull/847))
24+
- Update pip-tools requirement from ~=7.0 to ~=7.2 ([#851](https://github.com/dbt-labs/dbt-bigquery/pull/851))
25+
- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#870](https://github.com/dbt-labs/dbt-bigquery/pull/870))
26+
- Update tox requirement from ~=4.6 to ~=4.7 ([#869](https://github.com/dbt-labs/dbt-bigquery/pull/869))
27+
- Update types-protobuf requirement from ~=4.23 to ~=4.24 ([#873](https://github.com/dbt-labs/dbt-bigquery/pull/873))
28+
- Bump mypy from 1.4.1 to 1.5.0 ([#874](https://github.com/dbt-labs/dbt-bigquery/pull/874))
29+
- Update tox requirement from ~=4.7 to ~=4.8 ([#880](https://github.com/dbt-labs/dbt-bigquery/pull/880))
30+
- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#881](https://github.com/dbt-labs/dbt-bigquery/pull/881))
31+
32+
### Contributors
33+
- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810))
34+
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
35+
- [@dementiev27](https://github.com/dementiev27) ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
36+
- [@nickozilla](https://github.com/nickozilla) ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))

CHANGELOG.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,44 @@
55
- "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
66
- 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)
77

8+
## dbt-bigquery 1.7.0-b1 - August 17, 2023
9+
10+
### Features
11+
12+
- Change batch_id to model override ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
13+
14+
### Fixes
15+
16+
- 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))
17+
- Requiring Python >=3.8 enables walrus operator ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
18+
- Fix contact validation failure on query data types change ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
19+
20+
### Under the Hood
21+
22+
- Update stale workflow to use centralized version ([#844](https://github.com/dbt-labs/dbt-bigquery/issues/844))
23+
24+
### Dependencies
25+
26+
- Update black requirement from ~=23.3 to ~=23.7 ([#815](https://github.com/dbt-labs/dbt-bigquery/pull/815))
27+
- Update pip-tools requirement from ~=6.14 to ~=7.0 ([#831](https://github.com/dbt-labs/dbt-bigquery/pull/831))
28+
- Update ddtrace requirement from ~=1.16 to ~=1.17 ([#839](https://github.com/dbt-labs/dbt-bigquery/pull/839))
29+
- Update wheel requirement from ~=0.40 to ~=0.41 ([#843](https://github.com/dbt-labs/dbt-bigquery/pull/843))
30+
- Update flake8 requirement from ~=6.0 to ~=6.1 ([#847](https://github.com/dbt-labs/dbt-bigquery/pull/847))
31+
- Update pip-tools requirement from ~=7.0 to ~=7.2 ([#851](https://github.com/dbt-labs/dbt-bigquery/pull/851))
32+
- Update pip-tools requirement from ~=7.2 to ~=7.3 ([#870](https://github.com/dbt-labs/dbt-bigquery/pull/870))
33+
- Update tox requirement from ~=4.6 to ~=4.7 ([#869](https://github.com/dbt-labs/dbt-bigquery/pull/869))
34+
- Update types-protobuf requirement from ~=4.23 to ~=4.24 ([#873](https://github.com/dbt-labs/dbt-bigquery/pull/873))
35+
- Bump mypy from 1.4.1 to 1.5.0 ([#874](https://github.com/dbt-labs/dbt-bigquery/pull/874))
36+
- Update tox requirement from ~=4.7 to ~=4.8 ([#880](https://github.com/dbt-labs/dbt-bigquery/pull/880))
37+
- Update ddtrace requirement from ~=1.17 to ~=1.18 ([#881](https://github.com/dbt-labs/dbt-bigquery/pull/881))
38+
39+
### Contributors
40+
- [@Kayrnt](https://github.com/Kayrnt) ([#810](https://github.com/dbt-labs/dbt-bigquery/issues/810))
41+
- [@cemsbr](https://github.com/cemsbr) ([#849](https://github.com/dbt-labs/dbt-bigquery/issues/849))
42+
- [@dementiev27](https://github.com/dementiev27) ([#861](https://github.com/dbt-labs/dbt-bigquery/issues/861))
43+
- [@nickozilla](https://github.com/nickozilla) ([#671](https://github.com/dbt-labs/dbt-bigquery/issues/671))
44+
45+
846
## Previous Releases
947
For information on prior major and minor releases, see their changelogs:
1048
- [1.6](https://github.com/dbt-labs/dbt-bigquery/blob/1.6.latest/CHANGELOG.md)

dbt/adapters/bigquery/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.7.0a1"
1+
version = "1.7.0b1"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:
5858

5959

6060
package_name = "dbt-bigquery"
61-
package_version = "1.7.0a1"
61+
package_version = "1.7.0b1"
6262
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
6363
description = """The BigQuery adapter plugin for dbt"""
6464

0 commit comments

Comments
 (0)