dbt-bigquery 1.5.0-b3 - March 16, 2023
Features
- Enforce contracts on models materialized as tables and views (#529, #555)
- add dataproc serverless config to profile (#530)
Fixes
- Fix time ingestion partitioning option regression when combined using
require_partition_filter
option on incremental run (#483) - Allow policy_tags to be removed (#349)
- Update connections.py with retry logic for 502 BadGateway (#562)
- Fix for Python incremental model regression (#581)
- Fix failing test by removing no erroneous asserts. (#605)