Skip to content

Commit a010104

Browse files
Bumping version to 1.9.0 and generate changelog
1 parent cd4f31b commit a010104

39 files changed

+35
-271
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.9.0rc1
2+
current_version = 1.9.0
33
parse = (?P<major>[\d]+) # major version number
44
\.(?P<minor>[\d]+) # minor version number
55
\.(?P<patch>[\d]+) # patch version number

.changes/1.9.0-rc1.md

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

.changes/1.9.0-b1.md renamed to .changes/1.9.0.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
1-
## dbt-bigquery 1.9.0-b1 - October 02, 2024
1+
## dbt-bigquery 1.9.0 - December 09, 2024
2+
3+
### Breaking Changes
4+
5+
- Drop support for Python 3.8 ([#1373](https://github.com/dbt-labs/dbt-bigquery/issues/1373))
26

37
### Features
48

59
- 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))
610
- Add tests for cross-database `cast` macro ([#1214](https://github.com/dbt-labs/dbt-bigquery/issues/1214))
711
- Cross-database `date` macro ([#1221](https://github.com/dbt-labs/dbt-bigquery/issues/1221))
12+
- add is_retryable test case when raise ServiceUnavailable ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682))
813
- Add support for base 64 encoded json keyfile credentials ([#923](https://github.com/dbt-labs/dbt-bigquery/issues/923))
914
- Add support for cancelling queries on keyboard interrupt ([#917](https://github.com/dbt-labs/dbt-bigquery/issues/917))
15+
- 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))
1016
- Add Microbatch Strategy to dbt-spark ([#1354](https://github.com/dbt-labs/dbt-bigquery/issues/1354))
1117

1218
### Fixes
@@ -16,11 +22,17 @@
1622
- make seed delimiter configurable via `field_delimeter` in model config ([#1119](https://github.com/dbt-labs/dbt-bigquery/issues/1119))
1723
- 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))
1824
- 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))
25+
- use "direct" write for non-partitioned python model materializations ([#1318](https://github.com/dbt-labs/dbt-bigquery/issues/1318))
26+
- Cast `event_time` to a timestamp prior to comparing against microbatch start/end time ([#1422](https://github.com/dbt-labs/dbt-bigquery/issues/1422))
27+
- Fix issue where rate limit errors on table service calls are not retried ([#1423](https://github.com/dbt-labs/dbt-bigquery/issues/1423))
1928

2029
### Under the Hood
2130

2231
- Lazy load `agate` ([#1162](https://github.com/dbt-labs/dbt-bigquery/issues/1162))
2332
- Simplify linting environment and dev dependencies ([#1291](https://github.com/dbt-labs/dbt-bigquery/issues/1291))
33+
- Isolating distribution testing ([#1290](https://github.com/dbt-labs/dbt-bigquery/issues/1290))
34+
- Separate credentials functionality into its own module for reuse in retry and python submissions ([#1391](https://github.com/dbt-labs/dbt-bigquery/issues/1391))
35+
- Create a retry factory to simplify retry strategies across dbt-bigquery ([#1395](https://github.com/dbt-labs/dbt-bigquery/issues/1395))
2436

2537
### Dependencies
2638

@@ -35,10 +47,15 @@
3547
- Update pytest-xdist requirement from ~=3.5 to ~=3.6 ([#1282](https://github.com/dbt-labs/dbt-bigquery/pull/1282))
3648
- Update flaky requirement from ~=3.7 to ~=3.8 ([#1283](https://github.com/dbt-labs/dbt-bigquery/pull/1283))
3749
- Update twine requirement from ~=4.0 to ~=5.1 ([#1293](https://github.com/dbt-labs/dbt-bigquery/pull/1293))
50+
- Update wheel requirement from ~=0.42 to ~=0.43 ([#1304](https://github.com/dbt-labs/dbt-bigquery/pull/1304))
3851

3952
### Contributors
4053
- [@d-cole](https://github.com/d-cole) ([#917](https://github.com/dbt-labs/dbt-bigquery/issues/917))
4154
- [@dwreeves](https://github.com/dwreeves) ([#1162](https://github.com/dbt-labs/dbt-bigquery/issues/1162))
55+
- [@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))
56+
- [@jx2lee](https://github.com/jx2lee) ([#682](https://github.com/dbt-labs/dbt-bigquery/issues/682))
57+
- [@leahwicz](https://github.com/leahwicz) ([#1290](https://github.com/dbt-labs/dbt-bigquery/issues/1290))
58+
- [@osalama](https://github.com/osalama) ([#1395](https://github.com/dbt-labs/dbt-bigquery/issues/1395))
4259
- [@robeleb1](https://github.com/robeleb1) ([#923](https://github.com/dbt-labs/dbt-bigquery/issues/923))
4360
- [@salimmoulouel](https://github.com/salimmoulouel) ([#1119](https://github.com/dbt-labs/dbt-bigquery/issues/1119))
4461
- [@vinit2107](https://github.com/vinit2107) ([#1036](https://github.com/dbt-labs/dbt-bigquery/issues/1036))

.changes/1.9.0/Breaking Changes-20241016-185117.yaml

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

.changes/1.9.0/Dependencies-20231211-001048.yaml

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

.changes/1.9.0/Dependencies-20231220-002130.yaml

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

.changes/1.9.0/Dependencies-20231222-002351.yaml

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

.changes/1.9.0/Dependencies-20240105-004800.yaml

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

.changes/1.9.0/Dependencies-20240429-005158.yaml

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

.changes/1.9.0/Dependencies-20240429-005159.yaml

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

.changes/1.9.0/Dependencies-20240520-230208.yaml

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

.changes/1.9.0/Dependencies-20240718-005755.yaml

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

.changes/1.9.0/Dependencies-20240718-005756.yaml

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

.changes/1.9.0/Dependencies-20240718-005757.yaml

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

.changes/1.9.0/Dependencies-20240719-003740.yaml

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

.changes/1.9.0/Dependencies-20240724-040744.yaml

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

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

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

.changes/1.9.0/Features-20240430-185650.yaml

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

.changes/1.9.0/Features-20240501-151902.yaml

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

.changes/1.9.0/Features-20240505-011838.yaml

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

.changes/1.9.0/Features-20240516-125735.yaml

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

.changes/1.9.0/Features-20240730-135911.yaml

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

.changes/1.9.0/Features-20240911-234859.yaml

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

.changes/1.9.0/Features-20240925-232238.yaml

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

.changes/1.9.0/Fixes-20240120-180818.yaml

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

.changes/1.9.0/Fixes-20240201-145323.yaml

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

.changes/1.9.0/Fixes-20240226-233024.yaml

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

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

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

.changes/1.9.0/Fixes-20241001-193207.yaml

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

.changes/1.9.0/Fixes-20241028-172719.yaml

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

.changes/1.9.0/Under the Hood-20240331-101418.yaml

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

.changes/1.9.0/Under the Hood-20240718-193206.yaml

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

.changes/1.9.0/Under the Hood-20240910-212052.yaml

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

.changes/1.9.0/Under the Hood-20241104-173815.yaml

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

.changes/1.9.0/Under the Hood-20241107-143856.yaml

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

.changes/unreleased/Fixes-20241204-105846.yaml

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

.changes/unreleased/Fixes-20241205-133606.yaml

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

0 commit comments

Comments
 (0)