Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 2.88 KB

CHANGELOG.md

File metadata and controls

45 lines (31 loc) · 2.88 KB

dbt-bigquery Changelog

  • This file provides a full account of all changes to dbt-bigquery.
  • Changes are listed under the (pre)release in which they first appear. Subsequent releases include changes from previous releases.
  • "Breaking changes" listed under a version may require action from end users or external maintainers when upgrading to that version.
  • Do not edit this file directly. This file is auto-generated using changie. For details on how to document a change, see the contributing guide

dbt-bigquery 1.2.1 - March 16, 2023

Fixes

  • Fix failing test by removing no erroneous asserts. (#605)

Under the Hood

  • backport changie to 1.2.latest (#254)
  • fix issue with tox 4.0.0 release which changes passenv syntax for space-separated variables (#411)

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

Previous Releases

For information on prior major and minor releases, see their changelogs: