Skip to content

dbt_salesforce_source 0.4.2

Compare
Choose a tag to compare
@fivetran-joemarkiewicz fivetran-joemarkiewicz released this 03 Mar 17:31
· 143 commits to main since this release
3d90397

Happy Thursday!

This release of the dbt_salesforce_source package includes the following updates:

Fixes

  • Casts the created_date and closed_date fields within the stg_salesforce__opportunity model to a timestamp using the dbt_utils.type_timestamp() macro. This is needed for Redshift users that see these fields being synced as timestamptz as the downstream date functions do not work with the timestamptz datatype.