Skip to content

dbt_asana_source 0.5.1

Compare
Choose a tag to compare
@fivetran-sheringuyen fivetran-sheringuyen released this 12 Jul 20:20
· 66 commits to main since this release
f2968db

🌮 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.

Contributors