Skip to content

v1.4.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@tkiehn tkiehn released this 27 Sep 08:38
· 79 commits to main since this release
49a7eb2

Bugfixes

  • fix redshift/postgres beginning_of_all_times unknown ghost record values by @tkiehn in #260
    Starting with v1.4.0 the unknown values of ghost records for timestamp datatypes on redshift and postgres were created using the beginning_of_all_times_date-variable instead of the beginning_of_all_times-variable.
    The resulting timestamp-values then have 00:00:00 as time instead of 00:00:01. This could lead to the unknown records not being properly filtered out in downstream macros which rely on the beginning_of_all_times-variable.

  • fix redshift stage compilation error when no hashed columns are provided by @tkiehn in #259

Other Changes

Full Changelog: v1.4.1...v1.4.2