Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit d3af14c

Browse files
Bumping version to 1.5.0b1 and generate changelog
1 parent f7003d9 commit d3af14c

12 files changed

+48
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[bumpversion]
2-
current_version = 1.5.0a1
3-
2+
current_version = 1.5.0b1
43
parse = (?P<major>[\d]+) # major version number
54
\.(?P<minor>[\d]+) # minor version number
65
\.(?P<patch>[\d]+) # patch version number

.changes/1.5.0-b1.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## dbt-bigquery 1.5.0-b1 - February 22, 2023
2+
3+
### Features
4+
5+
- add option to specify excluded columns on merge ([#5260](https://github.com/dbt-labs/dbt-bigquery/issues/5260))
6+
- dbt-constraints support for BigQuery as per dbt-core issue #1358 ([#444](https://github.com/dbt-labs/dbt-bigquery/issues/444))
7+
8+
### Fixes
9+
10+
- Make BQ access_grant updates thread safe ([#266](https://github.com/dbt-labs/dbt-bigquery/issues/266))
11+
- Use IEC standard abbreviations (GiB, TiB, etc) ([#477](https://github.com/dbt-labs/dbt-bigquery/issues/477))
12+
- Pin dataproc serverless spark runtime to `1.1` ([#531](https://github.com/dbt-labs/dbt-bigquery/issues/531))
13+
14+
### Under the Hood
15+
16+
- Remove manual retry to get python job status on cluster ([#422](https://github.com/dbt-labs/dbt-bigquery/issues/422))
17+
- remove tox call to integration tests ([#459](https://github.com/dbt-labs/dbt-bigquery/issues/459))
18+
19+
### Contributors
20+
- [@dave-connors-3](https://github.com/dave-connors-3) ([#5260](https://github.com/dbt-labs/dbt-bigquery/issues/5260))
21+
- [@victoriapm](https://github.com/victoriapm) ([#444](https://github.com/dbt-labs/dbt-bigquery/issues/444))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@
44
- Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
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)
7+
8+
## dbt-bigquery 1.5.0-b1 - February 22, 2023
9+
10+
### Features
11+
12+
- add option to specify excluded columns on merge ([#5260](https://github.com/dbt-labs/dbt-bigquery/issues/5260))
13+
- dbt-constraints support for BigQuery as per dbt-core issue #1358 ([#444](https://github.com/dbt-labs/dbt-bigquery/issues/444))
14+
15+
### Fixes
16+
17+
- Make BQ access_grant updates thread safe ([#266](https://github.com/dbt-labs/dbt-bigquery/issues/266))
18+
- Use IEC standard abbreviations (GiB, TiB, etc) ([#477](https://github.com/dbt-labs/dbt-bigquery/issues/477))
19+
- Pin dataproc serverless spark runtime to `1.1` ([#531](https://github.com/dbt-labs/dbt-bigquery/issues/531))
20+
21+
### Under the Hood
22+
23+
- Remove manual retry to get python job status on cluster ([#422](https://github.com/dbt-labs/dbt-bigquery/issues/422))
24+
- remove tox call to integration tests ([#459](https://github.com/dbt-labs/dbt-bigquery/issues/459))
25+
26+
### Contributors
27+
- [@dave-connors-3](https://github.com/dave-connors-3) ([#5260](https://github.com/dbt-labs/dbt-bigquery/issues/5260))
28+
- [@victoriapm](https://github.com/victoriapm) ([#444](https://github.com/dbt-labs/dbt-bigquery/issues/444))
29+
30+
731
## Previous Releases
832
For information on prior major and minor releases, see their changelogs:
933
* [1.4](https://github.com/dbt-labs/dbt-bigquery/blob/1.4.latest/CHANGELOG.md)

0 commit comments

Comments
 (0)