Skip to content

Latest commit

 

History

History
76 lines (57 loc) · 6.22 KB

CHANGELOG.md

File metadata and controls

76 lines (57 loc) · 6.22 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.3.3 - August 04, 2023

Breaking Changes

Fixes

  • Requiring Python >=3.8 enables walrus operator (#849)

Contributors

dbt-bigquery 1.3.2 - March 16, 2023

Fixes

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

dbt-bigquery 1.3.1 - February 14, 2023

Fixes

  • Pin dataproc serverless spark runtime to 1.1 (#531)

Under the Hood

  • fix issue with tox 4.0.0 release which changes passenv syntax for space-separated variables (#411)

dbt-bigquery 1.3.0 - October 12, 2022

Features

  • Implement create_schema via SQL, instead of Python method, allowing users to override if desired. drop_schema remains a Python method for the time being. (#182, #183)
  • Added table and incrementail materializations for python models via DataProc. (#209, #226)
  • Add support for Dataproc Serverless (#248, #303)
  • Array macros (#307, #308)
  • add type_boolean as a data type macro (#315, #313)
  • Migrate dbt-utils current_timestamp macros into core + adapters (#324, #323)

Under the Hood

  • Implement minimal changes to support dbt Core incremental materialization refactor. (#232, #223)
  • Add changie to dbt-bigquery (#254, #253)
  • Add location/job_id/project_id to adapter response to enable easy job linking (#92, #250)
  • Adding slot_ms go BigQueryAdapterResponse (#194, #195)
  • specify supported_languages for materialization that support python models (#288, #290)
  • Convert df to pyspark DataFrame if it is pandas before writing (#301, #301)
  • Update BQ job and call retry settings (#311, #310)
  • Enable pandas-on-Spark DataFrames for dbt python models (#316, #317)
  • Convert df to pyspark DataFrame if it is koalas before writing (#320, #321)

Dependency

  • Bump black from 22.6.0 to 22.8.0 (#254, #294)
  • Bump mypy from 0.942 to 0.971 (#254, #296)

Contributors

Previous Releases

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