Skip to content

1.3.1

Latest
Compare
Choose a tag to compare
@arnoN7 arnoN7 released this 16 Nov 21:52

Release Notes for dbt-incremental-stream v1.3.1

New Features

  • Configurable Quoting Support (#12):

    • Improved compatibility with Snowflake/DBT's quoting parameter (https://docs.getdbt.com/reference/project-configs/quoting) by ensuring consistent quoting across database and schema names in stream creation statements. This enhancement addresses issues where quoted database names were not consistently applied, which could previously cause errors in Snowflake when quoting was enabled.
    • Now, when the quoting parameter is set to true in dbt_project.yml, quoted database and schema names are consistently respected in both the STREAM and TABLE definitions, allowing users to use quoted databases seamlessly across seeds, incremental streams, and other dbt models.
  • Configurable Stream Types (#14):

    • Added an optional stream_type parameter to the stream_ref and stream_source macros, enabling users to define specific Snowflake stream types (STANDARD, APPEND_ONLY, or INSERT_ONLY). The default is set to STANDARD.

Contributors

Contributors: Special thanks to @MarthaScheffler and @dnabb for their contributions to this release.