Skip to content

Latest commit

 

History

History
127 lines (83 loc) · 6.98 KB

CHANGELOG.md

File metadata and controls

127 lines (83 loc) · 6.98 KB

dbt-snowflake Changelog

  • This file provides a full account of all changes to dbt-snowflake.
  • 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-snowflake 1.6.8 - March 28, 2024

Fixes

  • modify metadata queries to take into account object type of BASE TABLE being assigned to dynamic tables when was null previously (#934)
  • remove private_key_path from connection keys (#949)

Dependencies

  • bump cryptography to 42.0.4 or higher for security callouts (#938)

dbt-snowflake 1.6.7 - February 16, 2024

Fixes

  • remove token field from connection keys (#906)

dbt-snowflake 1.6.6 - December 08, 2023

Security

  • DDOS vulnerability in 41.0.5. Uptick to avoid (#852)

dbt-snowflake 1.6.5 - November 01, 2023

Fixes

  • Dynamic tables now show the proper type in catalog queries (#817)

dbt-snowflake 1.6.4 - September 28, 2023

Under the Hood

  • Add tests for inlined limit + sql_header in dbt show query (#786)

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 1.6.2 - August 30, 2023

Fixes

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

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 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

Previous Releases

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