Happy Wednesday!
This release of the dbt_fivetran_log package includes the following updates:
Fixes
- The
fivetran_log__connector_statusmodel uses a date function off ofcreated_atfrom thestg_fivetran_log__logmodel. This fails on certain redshift destinations as the timestamp is synced astimestamptz. Therefore, the field within the staging model is cast usingdbt_utils.type_timestampto appropriately cast the field for downstream functions. Further, to future proof, timestamps were cast within the following staging models:account,account_membership,active_volume,destination_membership,destination,log,transformation, anduser. (#40)