dbt_fivetran_log 0.5.2
fivetran-joemarkiewicz
released this
02 Mar 15:00
·
411 commits
to main
since this release
Happy Wednesday!
This release of the dbt_fivetran_log
package includes the following updates:
Fixes
- The
fivetran_log__connector_status
model uses a date function off ofcreated_at
from thestg_fivetran_log__log
model. This fails on certain redshift destinations as the timestamp is synced astimestamptz
. Therefore, the field within the staging model is cast usingdbt_utils.type_timestamp
to 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)