Skip to content

dbt-bigquery v1.0.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jtcohen6 jtcohen6 released this 10 Nov 16:24
· 453 commits to main since this release
95ca84b

Tracking dbt-core v1.0.0rc1.

$ pip install dbt-bigquery==1.0.0rc1

Includes everything in b1 + b2, plus:

Fixes

  • Fix problem with bytes processed return None value when the service account used to connect DBT in bigquery had a row policy access.
    (#47, #48)
  • When on_schema_change is set, pass common columns as dest_columns in incremental merge macros (#4144)

Under the hood

  • Capping google-api-core to version 1.31.3 due to protobuf dependency conflict (#53)
  • Bump google-cloud-core and google-api-core upper bounds to <3, thereby removing <1.31.3 limit on the latter. Remove explicit dependency on six (#57)
  • Remove official support for python 3.6, which is reaching end of life on December 23, 2021 (dbt-core#4134, #59)
  • Add support for structured logging #55

Contributors