dbt-bigquery 1.2.0b1
Pre-release
Pre-release
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
- @robomill (#172)
- @dbeatty10 (#192)