Skip to content

dbt-bigquery 1.3.0rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@leahwicz leahwicz released this 28 Sep 20:45
· 33 commits to 1.3.latest since this release
a2014ff

dbt-bigquery 1.3.0-rc1 - September 28, 2022

Features

  • Add support for Dataproc Serverless (#248, #303)
  • Array macros (#307, #308)
  • add type_boolean as a data type macro (#315, #313)

Under the Hood

  • 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