Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.6.0b1_4962196583 into target main d…
Browse files Browse the repository at this point in the history
…uring release process
  • Loading branch information
FishtownBuildBot authored May 12, 2023
2 parents 043b2ea + 6402e3a commit 027c781
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 4 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.6.0a1
current_version = 1.6.0b1
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
13 changes: 13 additions & 0 deletions .changes/1.6.0-b1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## dbt-bigquery 1.6.0-b1 - May 12, 2023

### Fixes

- Support all types of data_type using time ingestion partitioning as previously `date` was failing ([#486](https://github.com/dbt-labs/dbt-bigquery/issues/486))
- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614))
- Fix UDF usage with time ingestion ([#684](https://github.com/dbt-labs/dbt-bigquery/issues/684))
- Fixes adding policy tags when a struct is defined in the yml ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
- Update signature for execute method ([#](https://github.com/dbt-labs/dbt-bigquery/issues/), [#](https://github.com/dbt-labs/dbt-bigquery/issues/))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#486](https://github.com/dbt-labs/dbt-bigquery/issues/486), [#684](https://github.com/dbt-labs/dbt-bigquery/issues/684))
- [@dgreen161](https://github.com/dgreen161) ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,23 @@
- "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.6.0-a1 - April 17, 2023
## dbt-bigquery 1.6.0-b1 - May 12, 2023

### Fixes

- Support all types of data_type using time ingestion partitioning as previously `date` was failing ([#486](https://github.com/dbt-labs/dbt-bigquery/issues/486))
- Fix issue of sporadic failure to apply grants during high transaction volumes ([#614](https://github.com/dbt-labs/dbt-bigquery/issues/614))
- Fix UDF usage with time ingestion ([#684](https://github.com/dbt-labs/dbt-bigquery/issues/684))
- Fixes adding policy tags when a struct is defined in the yml ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))
- Update signature for execute method ([#](https://github.com/dbt-labs/dbt-bigquery/issues/), [#](https://github.com/dbt-labs/dbt-bigquery/issues/))

### Contributors
- [@Kayrnt](https://github.com/Kayrnt) ([#486](https://github.com/dbt-labs/dbt-bigquery/issues/486), [#684](https://github.com/dbt-labs/dbt-bigquery/issues/684))
- [@dgreen161](https://github.com/dgreen161) ([#687](https://github.com/dbt-labs/dbt-bigquery/issues/687))


## dbt-bigquery 1.6.0-a1 - April 17, 2023

## Previous Releases
For information on prior major and minor releases, see their changelogs:
* [1.4](https://github.com/dbt-labs/dbt-bigquery/blob/1.4.latest/CHANGELOG.md)
Expand Down
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.6.0a1"
version = "1.6.0b1"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def _dbt_core_version(plugin_version: str) -> str:


package_name = "dbt-bigquery"
package_version = "1.6.0a1"
package_version = "1.6.0b1"
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
description = """The BigQuery adapter plugin for dbt"""

Expand Down

0 comments on commit 027c781

Please sign in to comment.