Skip to content

dbt-bigquery 1.2.0

Compare
Choose a tag to compare
@leahwicz leahwicz released this 26 Jul 15:42
· 20 commits to 1.2.latest since this release
ab7ed5d

dbt-bigquery 1.2.0 (July 26, 2022)

Features

  • Add grants to materializations (#198, #212)

Fixes

  • Incorrect parameter is passed to the bq_insert_overwrite macro call (#172)
  • Fix validate connection failing (#168)

Under the hood

  • Modify BigQueryColumn.numeric_type to always exclude precision + scale, since the functionality of "parametrized data types on BigQuery is highly constrained (#214)
  • Adding Python 3.10 testing and enabling mypy (#177)
  • Lift and shift cross-database macros from dbt-utils (#192
  • Implement TestDocsGenerateBigQuery test (#190)
  • Init push for pytest conversion of override_database for bigquery (#165, #188)
  • Add oauth test target as default (#166)

Contributors