Skip to content

Version 0.10.2

Latest
Compare
Choose a tag to compare
@DVAlexHiggs DVAlexHiggs released this 27 Feb 09:56
· 1 commit to master since this release

[v0.10.2] - 2024-02-27

Documentation Status
dbt Versions

New

dbt Versions

馃憤 Officially tested on dbt 1.7.x

All Platforms

  • A new SHA-1 Hashing option is now available for all platforms!* docs
*Not available on Postgres due to requiring pgcrypto extension

Fixed

All Platforms

  • Fixed an issue where the payload-exclusion feature was not enabled for payload definitions in Multi-Active Satellites (#217)
  • Fixed an issue where in some cases duplicates would be loaded into Satellites (#221)

SQLServer/Postgres

  • Fixed multiple SQL code case inconsistencies causing compilation issues in SQLServer (#211, #209)

Notes

  • dbt SQLServer 1.7.x has caused the vault_insert_by_x materialisations provided by AutomateDV to behave inconsistently - both materialisations have been temporarily disabled in SQLServer only and will raise an error, and output an error message when used on SQLServer only.

Thanks

@ZacharyMcGuire - Contributing fixes for SQLServer casing issues