dbt-bigquery v1.9.0rc1
Pre-release
Pre-release
dbt-bigquery 1.9.0-rc1 - December 02, 2024
Breaking Changes
- Drop support for Python 3.8 (#1373)
Features
- add is_retryable test case when raise ServiceUnavailable (#682)
- Adds the ability to set optional
quota_project
in profile (#1343, #1344)
Fixes
- use "direct" write for non-partitioned python model materializations (#1318)
Under the Hood
- Isolating distribution testing (#1290)
- Separate credentials functionality into its own module for reuse in retry and python submissions (#1391)
- Create a retry factory to simplify retry strategies across dbt-bigquery (#1395)
Dependencies
- Update wheel requirement from ~=0.42 to ~=0.43 (#1304)