Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 3.51 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 3.51 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.5.0-b1 - February 22, 2023

Features

  • Support for data types constraints in Snowflake following the dbt Core feature #6271 (#365)
  • add back optional old uses of temp tables for incremental models in snowflake for perf increase in some cases (#323)
  • Add configurable setting for keeping connections open on Snowflake (#201)

Fixes

  • Remove dead code related to dbt.contracts.graph.parsed (#344)
  • Respect quoting config in dbt-py models (#330)
  • add adapter zone test for merge_exclude_columns (#410)
  • Fix a minor typo in the user message for too many objects in a schema (#443)

Under the Hood

  • Enable a tmp_relation_type config for applicable incremental models (#402)
  • enable snowpark product team to attribute usage to dbt (#374)
  • remove tox call to integration tests (#382)

Dependencies

  • Updates cryptography dependency to be <40.0.0 (#466)
  • Increasing mypy cap to 1.0.0 (#452)
  • Bump black to 23.1.0 (#432)

Contributors

Previous Releases

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