Skip to content

Commit 4b3966e

Browse files
[Automated] Publish dbt-bigquery==1.10.0rc2
2 parents 3004982 + a78bab7 commit 4b3966e

File tree

9 files changed

+51
-2
lines changed

9 files changed

+51
-2
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## dbt-bigquery 1.10.0-rc2 - June 24, 2025
2+
3+
### Features
4+
5+
- Add user agent in bigframes mode ([#1152](https://github.com/dbt-labs/dbt-adapters/issues/1152))
6+
7+
### Fixes
8+
9+
- Add create_notebook_client ([#977](https://github.com/dbt-labs/dbt-adapters/issues/977))
10+
- Use execute wrapper instead of raw execute to add the query comment as query header ([#1090](https://github.com/dbt-labs/dbt-adapters/issues/1090))
11+
12+
### Under the Hood
13+
14+
- Issue drop statement before cloning ([#1077](https://github.com/dbt-labs/dbt-adapters/issues/1077))
15+
16+
### Dependencies
17+
18+
- update the lower bound for dbt-adapters version in dbt-bigquery to >=1.16 ([#1148](https://github.com/dbt-labs/dbt-adapters/pull/1148))
19+
- add lower bound for google-auth in dbt-bigquery ([#1149](https://github.com/dbt-labs/dbt-adapters/pull/1149))
20+
21+
### Contributors
22+
- [@Kayrnt](https://github.com/Kayrnt) ([#1090](https://github.com/dbt-labs/dbt-adapters/issues/1090))
23+
- [@jeremyyeo](https://github.com/jeremyyeo) ([#1077](https://github.com/dbt-labs/dbt-adapters/issues/1077))
24+
- [@jialuoo](https://github.com/jialuoo) ([#1152](https://github.com/dbt-labs/dbt-adapters/issues/1152), [#977](https://github.com/dbt-labs/dbt-adapters/issues/977))

dbt-bigquery/CHANGELOG.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,32 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
1010
- Do not edit this file directly. This file is auto-generated using [changie](https://github.com/miniscruff/changie)
1111
- For details on how to document a change, see the [contributing guide](/CONTRIBUTING.md#changelog-entry)
1212

13+
## dbt-bigquery 1.10.0-rc2 - June 24, 2025
14+
15+
### Features
16+
17+
- Add user agent in bigframes mode ([#1152](https://github.com/dbt-labs/dbt-adapters/issues/1152))
18+
19+
### Fixes
20+
21+
- Add create_notebook_client ([#977](https://github.com/dbt-labs/dbt-adapters/issues/977))
22+
- Use execute wrapper instead of raw execute to add the query comment as query header ([#1090](https://github.com/dbt-labs/dbt-adapters/issues/1090))
23+
24+
### Under the Hood
25+
26+
- Issue drop statement before cloning ([#1077](https://github.com/dbt-labs/dbt-adapters/issues/1077))
27+
28+
### Dependencies
29+
30+
- update the lower bound for dbt-adapters version in dbt-bigquery to >=1.16 ([#1148](https://github.com/dbt-labs/dbt-adapters/pull/1148))
31+
- add lower bound for google-auth in dbt-bigquery ([#1149](https://github.com/dbt-labs/dbt-adapters/pull/1149))
32+
33+
### Contributors
34+
- [@Kayrnt](https://github.com/Kayrnt) ([#1090](https://github.com/dbt-labs/dbt-adapters/issues/1090))
35+
- [@jeremyyeo](https://github.com/jeremyyeo) ([#1077](https://github.com/dbt-labs/dbt-adapters/issues/1077))
36+
- [@jialuoo](https://github.com/jialuoo) ([#1152](https://github.com/dbt-labs/dbt-adapters/issues/1152), [#977](https://github.com/dbt-labs/dbt-adapters/issues/977))
37+
38+
1339
## dbt-bigquery 1.10.0-rc1 - June 04, 2025
1440

1541
### Breaking Changes
@@ -42,7 +68,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie)
4268
- [@jialuoo](https://github.com/jialuoo) ([#1035](https://github.com/dbt-labs/dbt-adapters/issues/1035), [#1070](https://github.com/dbt-labs/dbt-adapters/issues/1070))
4369
- [@katieclaiborne-duet](https://github.com/katieclaiborne-duet) ([##1088](https://github.com/dbt-labs/dbt-adapters/issues/#1088))
4470

45-
4671
## dbt-bigquery 1.10.0-b1 - April 28, 2025
4772

4873
### Features
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.10.0rc1"
1+
version = "1.10.0rc2"

0 commit comments

Comments
 (0)