Skip to content

Commit

Permalink
[Automated] Merged prep-release/1.9.0_12241474467 into target 1.9.lat…
Browse files Browse the repository at this point in the history
…est during release process
  • Loading branch information
FishtownBuildBot authored Dec 9, 2024
2 parents cd4f31b + a010104 commit 12df8d6
Show file tree
Hide file tree
Showing 39 changed files with 35 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.0rc1
current_version = 1.9.0
parse = (?P<major>[\d]+) # major version number
\.(?P<minor>[\d]+) # minor version number
\.(?P<patch>[\d]+) # patch version number
Expand Down
30 changes: 0 additions & 30 deletions .changes/1.9.0-rc1.md

This file was deleted.

19 changes: 18 additions & 1 deletion .changes/1.9.0-b1.md → .changes/1.9.0.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## dbt-bigquery 1.9.0-b1 - October 02, 2024
## dbt-bigquery 1.9.0 - December 09, 2024

### Breaking Changes

- Drop support for Python 3.8 ([#1373](https://github.com/dbt-labs/dbt-bigquery/issues/1373))

### 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 is_retryable test case when raise ServiceUnavailable ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682))
- 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))
- Adds the ability to set optional `quota_project` in profile ([#1343](https://github.com/dbt-labs/dbt-bigquery/issues/1343), [#1344](https://github.com/dbt-labs/dbt-bigquery/issues/1344))
- Add Microbatch Strategy to dbt-spark ([#1354](https://github.com/dbt-labs/dbt-bigquery/issues/1354))

### Fixes
Expand All @@ -16,11 +22,17 @@
- 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))
- use "direct" write for non-partitioned python model materializations ([#1318](https://github.com/dbt-labs/dbt-bigquery/issues/1318))
- Cast `event_time` to a timestamp prior to comparing against microbatch start/end time ([#1422](https://github.com/dbt-labs/dbt-bigquery/issues/1422))
- Fix issue where rate limit errors on table service calls are not retried ([#1423](https://github.com/dbt-labs/dbt-bigquery/issues/1423))

### 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))
- Isolating distribution testing ([#1290](https://github.com/dbt-labs/dbt-bigquery/issues/1290))
- Separate credentials functionality into its own module for reuse in retry and python submissions ([#1391](https://github.com/dbt-labs/dbt-bigquery/issues/1391))
- Create a retry factory to simplify retry strategies across dbt-bigquery ([#1395](https://github.com/dbt-labs/dbt-bigquery/issues/1395))

### Dependencies

Expand All @@ -35,10 +47,15 @@
- 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))
- Update wheel requirement from ~=0.42 to ~=0.43 ([#1304](https://github.com/dbt-labs/dbt-bigquery/pull/1304))

### 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))
- [@jcarpenter12](https://github.com/jcarpenter12) ([#1343](https://github.com/dbt-labs/dbt-bigquery/issues/1343), [#1344](https://github.com/dbt-labs/dbt-bigquery/issues/1344))
- [@jx2lee](https://github.com/jx2lee) ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682))
- [@leahwicz](https://github.com/leahwicz) ([#1290](https://github.com/dbt-labs/dbt-bigquery/issues/1290))
- [@osalama](https://github.com/osalama) ([#1395](https://github.com/dbt-labs/dbt-bigquery/issues/1395))
- [@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))
6 changes: 0 additions & 6 deletions .changes/1.9.0/Breaking Changes-20241016-185117.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20231211-001048.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20231220-002130.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20231222-002351.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240105-004800.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240429-005158.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240429-005159.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240520-230208.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240718-005755.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240718-005756.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240718-005757.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240719-003740.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Dependencies-20240724-040744.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.9.0/Features-20240426-105319.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240430-185650.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240501-151902.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240505-011838.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240516-125735.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240730-135911.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240911-234859.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Features-20240925-232238.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Fixes-20240120-180818.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Fixes-20240201-145323.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Fixes-20240226-233024.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.9.0/Fixes-20240426-105224.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.9.0/Fixes-20241001-193207.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Fixes-20241028-172719.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240331-101418.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240718-193206.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20240910-212052.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/1.9.0/Under the Hood-20241104-173815.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/1.9.0/Under the Hood-20241107-143856.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Fixes-20241204-105846.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/unreleased/Fixes-20241205-133606.yaml

This file was deleted.

Loading

0 comments on commit 12df8d6

Please sign in to comment.