dbt-bigquery 1.2.0 (July 26, 2022)
Features
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)