dbt-bigquery 1.6.0-rc1 - July 17, 2023
Features
- Move the BQ Job link after the job submission instead of job done (#696)
- add dbt-bigquery portion of dbt_clone fucntionality (#7256)
- Add validate_sql to BigQuery adapter and dry_run to BigQueryConnectionManager (#805)
Fixes
- add negative part_number arg for split part macro (#615)
- Enable single-line
private_key
for BigQuery Service Account JSON Authentication (#7164) - Use tmp table in static insert overwrite to avoid computing the SQL twice (#427, #556)
- remove call to dataset update if dataset has not changed (#770)
- Remove dependent_projects argument from PartialProject call in unit test (#7955)
- Contracts: Handle struct column specified both at root and nested levels + arrays of structs (#781, #782)
Dependencies
- Update types-requests requirement from ~=2.28 to ~=2.31 (#737)
- Update tox requirement from ~=4.4 to ~=4.6 (#757)
- Bump mypy from 1.2.0 to 1.4.0 (#780)
- Update types-protobuf requirement from ~=4.22 to ~=4.23 (#706)
- Update pre-commit requirement from ~=3.2 to ~=3.3 (#787)
- Update pytest requirement from ~=7.3 to ~=7.4 (#788)
- Bump mypy from 1.4.0 to 1.4.1 (#789)
- Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#790)
- Update pip-tools requirement from ~=6.13 to ~=6.14 (#809)
Contributors
- @Kayrnt (#696, #427, #556)
- @McKnight-42, (#7256)
- @dave-connors-3 (#615)
- @tlento (#805)