dbt-bigquery 1.7.0-rc1 - October 12, 2023
Features
- Support partition_by and cluster_by on python models when supplied in model configurations (#680)
- Support change monitoring for materialized views, including: autorefresh, clustering, partitioning (#924)
- Support storing test failures as views (#6914)
Fixes
- Serverless Spark to Poll with .GetBatch() instead of using operation.result() (#734)
- Avoid setting lifetime on impersonation tokens. (#769)
- Fix bigquery copy materialization (#820)
- Fix issue where job labels are not rendered when using macro for query comment (#863)
Under the Hood
- Address type annotation issues and remove protected method ref from impl (#933)
- Fixed a mypy failure by reworking BigQueryAdapter constructor. (#934)
- update SQLQuery to include node_info (#936)
- Add tests for inlined limit + sql-header in dbt show query (#940)
- Support for use of type aliases in contract column data_type (#953)
Dependencies
- Update ddtrace requirement from ~=1.18 to ~=1.19 (#928)