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

Commit 043655a

Browse files
[Automated] Merged prep-release/1.8.1_9103990948 into target 1.8.latest during release process
2 parents c4fdbe7 + 9efeb85 commit 043655a

File tree

6 files changed

+23
-17
lines changed

6 files changed

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

.changes/1.8.1.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## dbt-bigquery 1.8.1 - May 15, 2024
2+
3+
### Features
4+
5+
- Add configuration options `enable_list_inference` and `intermediate_format` for python models ([#1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))
6+
7+
### Fixes
8+
9+
- Default `enableListInference` to `True` for python models to support nested lists ([#1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))

.changes/unreleased/Features-20240426-105319.yaml

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

.changes/unreleased/Fixes-20240426-105224.yaml

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

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
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.8.1 - May 15, 2024
9+
10+
### Features
11+
12+
- Add configuration options `enable_list_inference` and `intermediate_format` for python models ([#1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))
13+
14+
### Fixes
15+
16+
- Default `enableListInference` to `True` for python models to support nested lists ([#1047](https://github.com/dbt-labs/dbt-bigquery/issues/1047), [#1114](https://github.com/dbt-labs/dbt-bigquery/issues/1114))
17+
18+
19+
820
## dbt-bigquery 1.8.0 - May 09, 2024
921

1022
### Features
@@ -82,7 +94,6 @@
8294
- [@matt-winkler](https://github.com/matt-winkler) ([#972](https://github.com/dbt-labs/dbt-bigquery/issues/972))
8395
- [@tnk-ysk](https://github.com/tnk-ysk) ([#896](https://github.com/dbt-labs/dbt-bigquery/issues/896), [#792](https://github.com/dbt-labs/dbt-bigquery/issues/792))
8496

85-
8697
## Previous Releases
8798
For information on prior major and minor releases, see their changelogs:
8899
- [1.6](https://github.com/dbt-labs/dbt-bigquery/blob/1.6.latest/CHANGELOG.md)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "1.8.0"
1+
version = "1.8.1"

0 commit comments

Comments
 (0)