Skip to content

dbt-teradata v1.9.0

Latest
Compare
Choose a tag to compare
@adamtwo adamtwo released this 09 Jan 10:04
· 0 commits to e886e27c8e56bded6c3c65af90e4d3df500bcd07 since this release

dbt-teradata 1.9.0a

Features

  • Addition of new Snapshot features with dbt-teradata v1.9 (#207):
    • Enable setting a datetime value for dbt_valid_to for current records instead of NULL
    • Enable hard_deletes config to add a metadata column if a record has been deleted
    • Allow customizing names of metadata fields
    • Enable unique_key as a list

Fixes

Fixes the exception handling on the valid_history incremental strategy

Docs

Under the hood

  • Addition of testcases for Snapshot