Skip to content

Releases: dbt-labs/dbt-bigquery

dbt-bigquery v1.6.5

18 Sep 19:13
Compare
Choose a tag to compare

dbt-bigquery 1.6.5 - September 18, 2023

Fixes

  • Time out queries if user supplies job_execution_timeout (#231)
  • changes expected value types to AnyInteger to take into account changes in core (#915)

dbt-bigquery v1.7.0b2

15 Sep 17:39
Compare
Choose a tag to compare
dbt-bigquery v1.7.0b2 Pre-release
Pre-release

dbt-bigquery 1.7.0-b2 - September 15, 2023

Features

Fixes

  • case insensitive check on partition matching (#886)
  • Time out queries if user supplies job_execution_timeout (#231)
  • changes expected value types to AnyInteger to take into account changes in core (#915)
  • Quote column names in struct data types to fix time ingestion partitioning table creation (#913)

Under the Hood

  • Re-organize adapters.sql into more granular files inside of macros/relations (#904)
  • Update BigQueryCredentials to support migration off hologram (#906)

Dependencies

  • Bump mypy from 1.5.0 to 1.5.1 (#883)
  • Update tox requirement from ~=4.8 to ~=4.9 (#884)
  • Update tox requirement from ~=4.9 to ~=4.11 (#907)
  • Update pre-commit requirement from ~=3.3 to ~=3.4 (#909)
  • Update black requirement from ~=23.7 to ~=23.9 (#920)

Contributors

dbt-bigquery v1.6.4

30 Aug 19:04
Compare
Choose a tag to compare

dbt-bigquery 1.6.4 - August 30, 2023

Fixes

  • remove senesitive creds from dbt debug stdout (#900)

dbt-bigquery v1.6.3

23 Aug 21:50
Compare
Choose a tag to compare

dbt-bigquery 1.6.3 - August 23, 2023

Fixes

  • case insensitive check on partition matching (#886)

Contributors

dbt-bigquery v1.6.2

22 Aug 17:38
Compare
Choose a tag to compare

dbt-bigquery 1.6.2 - August 22, 2023

Fixes

  • changes expected value types to AnyInteger to take into account changes in core (#889)

dbt-bigquery v1.5.6

21 Aug 20:57
Compare
Choose a tag to compare

dbt-bigquery 1.5.6 - August 21, 2023

dbt-bigquery v1.7.0b1

17 Aug 22:53
Compare
Choose a tag to compare
dbt-bigquery v1.7.0b1 Pre-release
Pre-release

dbt-bigquery 1.7.0-b1 - August 17, 2023

Features

  • Change batch_id to model override (#671)

Fixes

  • Avoid creating twice the temp table in dynamic insert overwrite for sql on_schema_change != 'ignore' or python models (#810)
  • Requiring Python >=3.8 enables walrus operator (#849)
  • Fix contact validation failure on query data types change (#861)

Under the Hood

  • Update stale workflow to use centralized version (#844)

Dependencies

  • Update black requirement from ~=23.3 to ~=23.7 (#815)
  • Update pip-tools requirement from ~=6.14 to ~=7.0 (#831)
  • Update ddtrace requirement from ~=1.16 to ~=1.17 (#839)
  • Update wheel requirement from ~=0.40 to ~=0.41 (#843)
  • Update flake8 requirement from ~=6.0 to ~=6.1 (#847)
  • Update pip-tools requirement from ~=7.0 to ~=7.2 (#851)
  • Update pip-tools requirement from ~=7.2 to ~=7.3 (#870)
  • Update tox requirement from ~=4.6 to ~=4.7 (#869)
  • Update types-protobuf requirement from ~=4.23 to ~=4.24 (#873)
  • Bump mypy from 1.4.1 to 1.5.0 (#874)
  • Update tox requirement from ~=4.7 to ~=4.8 (#880)
  • Update ddtrace requirement from ~=1.17 to ~=1.18 (#881)

Contributors

dbt-bigquery v1.6.1

04 Aug 17:55
Compare
Choose a tag to compare

dbt-bigquery 1.6.1 - August 04, 2023

Fixes

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

Contributors

dbt-bigquery v1.5.5

04 Aug 18:01
Compare
Choose a tag to compare

dbt-bigquery 1.5.5 - August 04, 2023

Fixes

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

Contributors

dbt-bigquery v1.4.4

04 Aug 17:30
Compare
Choose a tag to compare

dbt-bigquery 1.4.4 - August 04, 2023

Breaking Changes

Fixes

  • Fix issue of sporadic failure to apply grants during high transaction volumes (#614)
  • Requiring Python >=3.8 enables walrus operator (#849)

Contributors