v1.4.2
Pre-release
Pre-release
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
- Add CAST as timestamp_default_dtype to postgres__string_to_timestamp by @tkiehn in #257
- 36 update label triggered workflow by @DamianHinz in #256
- Changing Google BigQuery to AWS Redshift by @MatheHostel in #255
- delete unused macros by @tkiehn in #252
Full Changelog: v1.4.1...v1.4.2