dbt_asana_source 0.5.1
fivetran-sheringuyen
released this
12 Jul 20:20
·
66 commits
to main
since this release
🌮 Happy Tuesday! 🌮
Under the Hood
- Leveraged the
{{ dbt_utils.type_timestamp() }}
macro within the staging models for all timestamp fields.- This is needed as certain Redshift warehouses sync these fields as
timestamptz
by default which causes compilation errors in downstream models. This macro safely removes timezone values from the UTC timestamps and ensures success in downstream transformations.
- This is needed as certain Redshift warehouses sync these fields as