Skip to content

dbt-bigquery v1.5.0b3

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Mar 20:42

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)

Contributors