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

Commit 73d209d

Browse files
[Automated] Merged prep-release/1.6.12_8461941308 into target 1.6.latest during release process
2 parents 11efca7 + 54b58f7 commit 73d209d

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
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.6.11
2+
current_version = 1.6.12
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.6.12.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## dbt-bigquery 1.6.12 - March 28, 2024
2+
3+
### Fixes
4+
5+
- remove `keyfile` from `_connection_keys` ([#1146](https://github.com/dbt-labs/dbt-bigquery/issues/1146))
6+
- Add `pandas` extra for `google-cloud-bigquery` to pick up missing `pyarrow` dependency ([#1152](https://github.com/dbt-labs/dbt-bigquery/issues/1152))

.changes/unreleased/Fixes-20240322-113720.yaml

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/unreleased/Fixes-20240327-210249.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@
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.6.11 - February 22, 2024
8+
## dbt-bigquery 1.6.12 - March 28, 2024
99

1010
### Fixes
1111

12-
- Remove custom query job async timeout logic as it has been fixed in bigquery-python ([#1081](https://github.com/dbt-labs/dbt-bigquery/issues/1081))
12+
- remove `keyfile` from `_connection_keys` ([#1146](https://github.com/dbt-labs/dbt-bigquery/issues/1146))
13+
- Add `pandas` extra for `google-cloud-bigquery` to pick up missing `pyarrow` dependency ([#1152](https://github.com/dbt-labs/dbt-bigquery/issues/1152))
14+
15+
1316

17+
## dbt-bigquery 1.6.11 - February 22, 2024
18+
19+
### Fixes
1420

21+
- Remove custom query job async timeout logic as it has been fixed in bigquery-python ([#1081](https://github.com/dbt-labs/dbt-bigquery/issues/1081))
1522

1623
## dbt-bigquery 1.6.10 - February 16, 2024
1724

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.6.11"
1+
version = "1.6.12"

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.6.11"
61+
package_version = "1.6.12"
6262
dbt_core_version = _dbt_core_version(_dbt_bigquery_version())
6363
description = """The BigQuery adapter plugin for dbt"""
6464

0 commit comments

Comments
 (0)