Skip to content

dbt-bigquery 1.2.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@leahwicz leahwicz released this 24 Jun 18:12
5e54376

dbt-bigquery 1.2.0b1 (June 24, 2022)

Fixes

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

Under the hood

  • 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