-
Notifications
You must be signed in to change notification settings - Fork 161
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
## dbt-bigquery 1.9.0-b1 - October 02, 2024 | ||
|
||
### Features | ||
|
||
- 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)) | ||
- Add tests for cross-database `cast` macro ([#1214](https://github.com/dbt-labs/dbt-bigquery/issues/1214)) | ||
- Cross-database `date` macro ([#1221](https://github.com/dbt-labs/dbt-bigquery/issues/1221)) | ||
- Add support for base 64 encoded json keyfile credentials ([#923](https://github.com/dbt-labs/dbt-bigquery/issues/923)) | ||
- Add support for cancelling queries on keyboard interrupt ([#917](https://github.com/dbt-labs/dbt-bigquery/issues/917)) | ||
- Add Microbatch Strategy to dbt-spark ([#1354](https://github.com/dbt-labs/dbt-bigquery/issues/1354)) | ||
|
||
### Fixes | ||
|
||
- Drop intermediate objects created in BigQuery for incremental models ([#1036](https://github.com/dbt-labs/dbt-bigquery/issues/1036)) | ||
- Fix null column index issue during `dbt docs generate` for external tables ([#1079](https://github.com/dbt-labs/dbt-bigquery/issues/1079)) | ||
- make seed delimiter configurable via `field_delimeter` in model config ([#1119](https://github.com/dbt-labs/dbt-bigquery/issues/1119)) | ||
- 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)) | ||
- Catch additional database error exception, NotFound, as a DbtDatabaseError instead of defaulting to a DbtRuntimeError ([#1360](https://github.com/dbt-labs/dbt-bigquery/issues/1360)) | ||
|
||
### Under the Hood | ||
|
||
- Lazy load `agate` ([#1162](https://github.com/dbt-labs/dbt-bigquery/issues/1162)) | ||
- Simplify linting environment and dev dependencies ([#1291](https://github.com/dbt-labs/dbt-bigquery/issues/1291)) | ||
|
||
### Dependencies | ||
|
||
- Update pre-commit requirement from ~=3.5 to ~=3.7 ([#1052](https://github.com/dbt-labs/dbt-bigquery/pull/1052)) | ||
- Update freezegun requirement from ~=1.3 to ~=1.4 ([#1062](https://github.com/dbt-labs/dbt-bigquery/pull/1062)) | ||
- Bump mypy from 1.7.1 to 1.8.0 ([#1064](https://github.com/dbt-labs/dbt-bigquery/pull/1064)) | ||
- Update flake8 requirement from ~=6.1 to ~=7.0 ([#1069](https://github.com/dbt-labs/dbt-bigquery/pull/1069)) | ||
- Bump actions/download-artifact from 3 to 4 ([#1209](https://github.com/dbt-labs/dbt-bigquery/pull/1209)) | ||
- Bump actions/upload-artifact from 3 to 4 ([#1210](https://github.com/dbt-labs/dbt-bigquery/pull/1210)) | ||
- Bump ubuntu from 22.04 to 24.04 in /docker ([#1247](https://github.com/dbt-labs/dbt-bigquery/pull/1247)) | ||
- Update pre-commit-hooks requirement from ~=4.5 to ~=4.6 ([#1281](https://github.com/dbt-labs/dbt-bigquery/pull/1281)) | ||
- Update pytest-xdist requirement from ~=3.5 to ~=3.6 ([#1282](https://github.com/dbt-labs/dbt-bigquery/pull/1282)) | ||
- Update flaky requirement from ~=3.7 to ~=3.8 ([#1283](https://github.com/dbt-labs/dbt-bigquery/pull/1283)) | ||
- Update twine requirement from ~=4.0 to ~=5.1 ([#1293](https://github.com/dbt-labs/dbt-bigquery/pull/1293)) | ||
|
||
### Contributors | ||
- [@d-cole](https://github.com/d-cole) ([#917](https://github.com/dbt-labs/dbt-bigquery/issues/917)) | ||
- [@dwreeves](https://github.com/dwreeves) ([#1162](https://github.com/dbt-labs/dbt-bigquery/issues/1162)) | ||
- [@robeleb1](https://github.com/robeleb1) ([#923](https://github.com/dbt-labs/dbt-bigquery/issues/923)) | ||
- [@salimmoulouel](https://github.com/salimmoulouel) ([#1119](https://github.com/dbt-labs/dbt-bigquery/issues/1119)) | ||
- [@vinit2107](https://github.com/vinit2107) ([#1036](https://github.com/dbt-labs/dbt-bigquery/issues/1036)) |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update pre-commit requirement from ~=3.5 to ~=3.7" | ||
time: 2023-12-11T00:10:48.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1052 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update freezegun requirement from ~=1.3 to ~=1.4" | ||
time: 2023-12-20T00:21:30.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1062 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Bump mypy from 1.7.1 to 1.8.0" | ||
time: 2023-12-22T00:23:51.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1064 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update flake8 requirement from ~=6.1 to ~=7.0" | ||
time: 2024-01-05T00:48:00.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1069 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Bump actions/download-artifact from 3 to 4" | ||
time: 2024-04-29T00:51:58.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1209 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Bump actions/upload-artifact from 3 to 4" | ||
time: 2024-04-29T00:51:59.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1210 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Bump ubuntu from 22.04 to 24.04 in /docker" | ||
time: 2024-05-20T23:02:08.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1247 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update pre-commit-hooks requirement from ~=4.5 to ~=4.6" | ||
time: 2024-07-18T00:57:55.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1281 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update pytest-xdist requirement from ~=3.5 to ~=3.6" | ||
time: 2024-07-18T00:57:56.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1282 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update flaky requirement from ~=3.7 to ~=3.8" | ||
time: 2024-07-18T00:57:57.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1283 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update twine requirement from ~=4.0 to ~=5.1" | ||
time: 2024-07-19T00:37:40.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1293 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Features | ||
body: Add configuration options `enable_list_inference` and `intermediate_format` for python | ||
models | ||
time: 2024-04-26T10:53:19.874239-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: 1047 1114 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add tests for cross-database `cast` macro | ||
time: 2024-04-30T18:56:50.238027-06:00 | ||
custom: | ||
Author: dbeatty10 | ||
Issue: "1214" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Cross-database `date` macro | ||
time: 2024-05-01T15:19:02.929676-06:00 | ||
custom: | ||
Author: dbeatty10 | ||
Issue: 1221 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add support for base 64 encoded json keyfile credentials | ||
time: 2024-05-16T12:57:35.383416-07:00 | ||
custom: | ||
Author: robeleb1 | ||
Issue: "923" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add support for cancelling queries on keyboard interrupt | ||
time: 2024-07-30T13:59:11.585452-07:00 | ||
custom: | ||
Author: d-cole MichelleArk colin-rogers-dbt | ||
Issue: "917" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Features | ||
body: Add Microbatch Strategy to dbt-spark | ||
time: 2024-09-25T23:22:38.216277+01:00 | ||
custom: | ||
Author: michelleark | ||
Issue: "1354" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Drop intermediate objects created in BigQuery for incremental models | ||
time: 2024-01-20T18:08:18.817915-06:00 | ||
custom: | ||
Author: vinit2107 | ||
Issue: "1036" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: Fix null column index issue during `dbt docs generate` for external tables | ||
time: 2024-02-01T14:53:23.434624-05:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1079" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: make seed delimiter configurable via `field_delimeter` in model config | ||
time: 2024-02-26T23:30:24.141213+01:00 | ||
custom: | ||
Author: salimmoulouel | ||
Issue: "1119" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Fixes | ||
body: Default `enableListInference` to `True` for python models to support nested | ||
lists | ||
time: 2024-04-26T10:52:24.827314-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: 1047 1114 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
kind: Fixes | ||
body: Catch additional database error exception, NotFound, as a DbtDatabaseError instead | ||
of defaulting to a DbtRuntimeError | ||
time: 2024-10-01T19:32:07.304353-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1360" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Lazy load `agate` | ||
time: 2024-03-31T10:14:18.260074-04:00 | ||
custom: | ||
Author: dwreeves | ||
Issue: "1162" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Under the Hood | ||
body: Simplify linting environment and dev dependencies | ||
time: 2024-07-18T19:32:06.044016-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1291" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Breaking Changes | ||
body: Drop support for Python 3.8 | ||
time: 2024-10-16T18:51:17.581547-04:00 | ||
custom: | ||
Author: mikealfare | ||
Issue: "1373" |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: "Dependencies" | ||
body: "Update wheel requirement from ~=0.42 to ~=0.43" | ||
time: 2024-07-24T04:07:44.00000Z | ||
custom: | ||
Author: dependabot[bot] | ||
PR: 1304 |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.