Skip to content

v1.3.1

Compare
Choose a tag to compare
@aosingh aosingh released this 16 Dec 21:25
· 116 commits to main since this release
3e83a5e

This is a minor release upgrade with the following updates

  • Tracing is enabled for database connection from dbt-oracle client. Session information can be found in V$SESSION

  • Upgraded dependencies oracledb==1.2.1 and dbt-core==1.3.1

  • Fix for issue #52 dbt snaphsots timestamp strategy where new records were being wrongly invalidated. The issue occurs only when update_dt, the column to track changes, is of DATE type. Casting DATE to VARCHAR during hash (dbt_scd_id) computation drops the time part. The fix is to CAST update_dt to TIMESTAMP to preserve the time part.

  • Addresses feature request #55 Global temporary relation name includes milliseconds o$pt_<base_relation_identifier>_<%H%M%S%f>