dbt-bigquery v1.7.0b1
Pre-release
Pre-release
dbt-bigquery 1.7.0-b1 - August 17, 2023
Features
- Change batch_id to model override (#671)
Fixes
- Avoid creating twice the temp table in dynamic insert overwrite for sql on_schema_change != 'ignore' or python models (#810)
- Requiring Python >=3.8 enables walrus operator (#849)
- Fix contact validation failure on query data types change (#861)
Under the Hood
- Update stale workflow to use centralized version (#844)
Dependencies
- Update black requirement from ~=23.3 to ~=23.7 (#815)
- Update pip-tools requirement from ~=6.14 to ~=7.0 (#831)
- Update ddtrace requirement from ~=1.16 to ~=1.17 (#839)
- Update wheel requirement from ~=0.40 to ~=0.41 (#843)
- Update flake8 requirement from ~=6.0 to ~=6.1 (#847)
- Update pip-tools requirement from ~=7.0 to ~=7.2 (#851)
- Update pip-tools requirement from ~=7.2 to ~=7.3 (#870)
- Update tox requirement from ~=4.6 to ~=4.7 (#869)
- Update types-protobuf requirement from ~=4.23 to ~=4.24 (#873)
- Bump mypy from 1.4.1 to 1.5.0 (#874)
- Update tox requirement from ~=4.7 to ~=4.8 (#880)
- Update ddtrace requirement from ~=1.17 to ~=1.18 (#881)
Contributors
- @Kayrnt (#810)
- @cemsbr (#849)
- @dementiev27 (#861)
- @nickozilla (#671)