dbt_salesforce_source 0.4.2
fivetran-joemarkiewicz
released this
03 Mar 17:31
·
143 commits
to main
since this release
Happy Thursday!
This release of the dbt_salesforce_source
package includes the following updates:
Fixes
- Casts the
created_date
andclosed_date
fields within thestg_salesforce__opportunity
model to a timestamp using thedbt_utils.type_timestamp()
macro. This is needed for Redshift users that see these fields being synced astimestamptz
as the downstream date functions do not work with the timestamptz datatype.