v0.17.1 dbt_hubspot
fivetran-data-model-bot
released this
16 Apr 21:42
·
53 commits
to main
since this release
PR #140 includes the following updates:
Bug Fixes
- Included explicit datatype casts to
{{ dbt.type_string() }}
within the join ofcontact_merge_audit.vid_to_merge
tocontacts.contact_id
in theint_hubspot__contact_merge_adjust
model.- This update was required to address a bug where the IDs in the join would overflow to bigint or be interpreted as strings. This change ensures the join fields have matching datatypes.
Full Changelog: v0.17.0...v0.17.1