Skip to content

Commit 10dcc58

Browse files
[Automated] Publish dbt-bigquery==1.11.0b1
2 parents 41c7eed + 7484911 commit 10dcc58

12 files changed

+53
-2
lines changed

dbt-bigquery/.changes/1.11.0-b1.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
## dbt-bigquery 1.11.0-b1 - October 07, 2025
2+
3+
### Features
4+
5+
- Add support for BigQuery resource tags via `resource_tags` configuration option ([#565](https://github.com/dbt-labs/dbt-adapters/issues/565), [#577](https://github.com/dbt-labs/dbt-adapters/issues/577))
6+
- Support the updating of incremental model description after initial creation ([#585](https://github.com/dbt-labs/dbt-adapters/issues/585))
7+
- Add `enable_change_history` option for models on BigQuery. ([#1206](https://github.com/dbt-labs/dbt-adapters/issues/1206))
8+
- Add support for scalar functions ([#1290](https://github.com/dbt-labs/dbt-adapters/issues/1290))
9+
10+
### Fixes
11+
12+
- BigFrames notebook execution when using a service account with oauth ([#1231](https://github.com/dbt-labs/dbt-adapters/issues/1231))
13+
- Ensure we have exchanged a refresh-token for a token prior to detemining notebook user in BigFrames ([#1219](https://github.com/dbt-labs/dbt-adapters/issues/1219))
14+
- Fix references to function properties in function macros ([#1365](https://github.com/dbt-labs/dbt-adapters/issues/1365))
15+
16+
### Under the Hood
17+
18+
- Validate notebooks authorization request has succeeded ([#1307](https://github.com/dbt-labs/dbt-adapters/issues/1307))
19+
- Emit SQLQueryStatus during query execution ([#1327](https://github.com/dbt-labs/dbt-adapters/issues/1327))
20+
21+
### Contributors
22+
- [@Robin_CHESNE](https://github.com/Robin_CHESNE) ([#1206](https://github.com/dbt-labs/dbt-adapters/issues/1206))
23+
- [@jspenmar](https://github.com/jspenmar) ([#1231](https://github.com/dbt-labs/dbt-adapters/issues/1231))
24+
- [@kiwamizamurai](https://github.com/kiwamizamurai) ([#585](https://github.com/dbt-labs/dbt-adapters/issues/585))
25+
- [@tnk-ysk](https://github.com/tnk-ysk) ([#565](https://github.com/dbt-labs/dbt-adapters/issues/565), [#577](https://github.com/dbt-labs/dbt-adapters/issues/577))

0 commit comments

Comments
 (0)