dbt-bigquery 1.5.0-b1 - February 22, 2023
Features
- add option to specify excluded columns on merge (#5260)
- dbt-constraints support for BigQuery as per dbt-core issue #1358 (#444)
Fixes
- Make BQ access_grant updates thread safe (#266)
- Use IEC standard abbreviations (GiB, TiB, etc) (#477)
- Pin dataproc serverless spark runtime to
1.1
(#531)
Under the Hood
- Remove manual retry to get python job status on cluster (#422)
- remove tox call to integration tests (#459)