Skip to content

dbt-teradata v1.8.2

Compare
Choose a tag to compare
@adamtwo adamtwo released this 26 Nov 16:23
· 0 commits to 440bc0a3604b55965b2dc4e5cf80d2758bf15ad2 since this release

dbt-teradata 1.8.2a

Features

  • Addition of md5_udf variable for custom hash macro configuration
  • Full support for valid_history incremental strategy
  • Remove support and testing for Python 3.8, which is now EOL

Fixes

  • Adapter does not resolve dates correctly in unit testing
  • Snapshots fail on structure changes

Docs

Updated Readme for

  • md5_udf variable - for custom hash macro configuration
  • valid_history incremental strategy
  • unit testing support

Under the hood

  • Test project for valid_history incremental strategy
  • Addition of more function tests for better coverage
  • Change in workflow file for testing md5_udf variable