Skip to content

Releases: dbt-labs/dbt-snowflake

dbt-snowflake v1.6.3

25 Sep 18:47
Compare
Choose a tag to compare

dbt-snowflake 1.6.3 - September 25, 2023

Features

  • Redact cases where raw data can be leaked logs (#772)

Fixes

  • changes expected value types to AnyInteger to take into account changes in core (#762)
  • Fixing comment on syntax for dynamic tables (#769)

Contributors

dbt-snowflake v1.5.4

25 Sep 18:45
Compare
Choose a tag to compare

dbt-snowflake 1.5.4 - September 25, 2023

Features

  • Redact cases where raw data can be leaked logs (#772)

Contributors

dbt-snowflake vv1.7.0b2

15 Sep 17:09
Compare
Choose a tag to compare
Pre-release

dbt-snowflake 1.7.0-b2 - September 15, 2023

Fixes

  • remove senesitive creds from dbt debug stdout (#754)
  • changes expected value types to AnyInteger to take into account changes in core (#762)
  • Fixing comment on syntax for dynamic tables (#769)

Under the Hood

  • Restructure macros files - move relation ddl statements into separate files and directories (#750)

Dependencies

  • Bump mypy from 1.5.0 to 1.5.1 (#749)
  • Update tox requirement from ~=4.9 to ~=4.10 (#752)
  • Update tox requirement from ~=4.10 to ~=4.11 (#759)
  • Update pre-commit requirement from ~=3.3 to ~=3.4 (#760)
  • Update black requirement from ~=23.7 to ~=23.9 (#765)

Contributors

dbt-snowflake v1.6.2

30 Aug 18:56
Compare
Choose a tag to compare

dbt-snowflake 1.6.2 - August 30, 2023

Fixes

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

dbt-snowflake v1.6.1

21 Aug 19:17
Compare
Choose a tag to compare

dbt-snowflake 1.6.1 - August 21, 2023

Fixes

  • Cancel all queries when terminating dbt (#711)
  • change target_lag type to allow for downstream as a option (#734)
  • update snowflake_warehouse field for dynamic tables to be more accounted for (#735)

Contributors

dbt-snowflake v1.5.3

21 Aug 19:35
Compare
Choose a tag to compare

dbt-snowflake 1.5.3 - August 21, 2023

dbt-snowflake v1.7.0b1

17 Aug 22:38
Compare
Choose a tag to compare
Pre-release

dbt-snowflake 1.7.0-b1 - August 17, 2023

Fixes

  • Incremental materialization with "append" strategy does not wrap dml with explicit transaction (#656)
  • Fix on_configuration_change setting to properly recognize continue and fail (#708)
  • Cancel all queries when terminating dbt (#711)
  • change target_lag type to allow for downstream as a option (#734)
  • update snowflake_warehouse field for dynamic tables to be more accounted for (#735)

Under the Hood

  • add pem private key option (#619)
  • Update stale workflow to use the centralized version (#707)

Dependencies

  • Update black requirement from ~=23.3 to ~=23.7 (#688)
  • Update pip-tools requirement from ~=6.14 to ~=7.0 (#692)
  • Update ddtrace requirement from ~=1.16 to ~=1.17 (#704)
  • Update wheel requirement from ~=0.40 to ~=0.41 (#706)
  • Update flake8 requirement from ~=6.0 to ~=6.1 (#714)
  • Update pip-tools requirement from ~=7.0 to ~=7.1 (#722)
  • Update pip-tools requirement from ~=7.1 to ~=7.2 (#723)
  • Update tox requirement from ~=4.6 to ~=4.7 (#730)
  • Update pip-tools requirement from ~=7.2 to ~=7.3 (#731)
  • Bump mypy from 1.4.1 to 1.5.0 (#733)
  • Update tox requirement from ~=4.7 to ~=4.8 (#744)
  • Update ddtrace requirement from ~=1.17 to ~=1.18 (#745)
  • Update tox requirement from ~=4.8 to ~=4.9 (#748)

Contributors

dbt-snowflake v1.4.4

04 Aug 17:36
Compare
Choose a tag to compare

dbt-snowflake 1.4.4 - August 04, 2023

Under the Hood

  • remove support for python 3.7 (#638)

dbt-snowflake v1.3.3

04 Aug 17:27
Compare
Choose a tag to compare

dbt-snowflake 1.3.3 - August 04, 2023

Under the Hood

  • remove support for python 3.7 (#638)

dbt-snowflake v1.6.0

31 Jul 17:53
Compare
Choose a tag to compare

dbt-snowflake 1.6.0 - July 31, 2023

Features

  • Optimize catalog.sql to query only needed tables and columns from information_schema (#216)
  • enable showing more than 10K objects in a schema (#571)
  • Add support for dynamic tables (#603)
  • Standardize the _connection_keys and debug_query for dbt debug. (#PR754)
  • add dbt-snowflake portion of dbt_clone functionality (#7256)
  • Enumerate supported features for dynamic tables in 1.6.0rc1 (#dbt-labs/dbt-core#6911)

Fixes

  • fix redaction of row values in logs and standard out (#589)
  • Update signature for execute method (#, #)
  • Address some issues regarding gustom schema overrides. (#393)
  • Remove dependent_projects argument from PartialProject call in unit tests (#7955)
  • Implement the new refresh method, remove the flaky workaround (#603)
  • Fix on_configuration_change setting to properly recognize continue and fail (#708)

Under the Hood

  • test foreign key + unique constraint rendering (#7417)
  • remove support for python 3.7 (#638)
  • add tests for constraints on model with sql header (#7714)

Dependencies

  • Update types-requests requirement from ~=2.28 to ~=2.31 (#622)
  • Bump mypy from 1.2.0 to 1.3.0 (#604)
  • Update tox requirement from ~=4.4 to ~=4.6 (#652)
  • Bump mypy from 1.3.0 to 1.4.0 (#670)
  • Update pytest requirement from ~=7.3 to ~=7.4 (#674)
  • Bump mypy from 1.4.0 to 1.4.1 (#675)
  • Update pytest-xdist requirement from ~=3.2 to ~=3.3 (#608)
  • Update pre-commit requirement from ~=2.21 to ~=3.3 (#583)
  • Update pip-tools requirement from ~=6.13 to ~=6.14 (#683)

Contributors