diff --git a/CHANGELOG.md b/CHANGELOG.md index 49643d8..94f25ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # dbt_hubspot v0.17.1 [PR #140](https://github.com/fivetran/dbt_hubspot/pull/140) includes the following updates: -## -- Updates casts of `vid_to_merge` as `{{ dbt.type_int() }}` to `{{ dbt.type_string() }}`. Casting only to `int` caused model failures resulting from integer fields that exceeded the range allowed in certain warehouses. +## Under the Hood +- Updates casting of `vid_to_merge` as `{{ dbt.type_int() }}` to `{{ dbt.type_string() }}`. Casting only to `int` caused model failures resulting from integer fields that exceeded the range allowed in certain warehouses. In addition, for the case where the `contact_merge_audit` table is not present, the parsed `calculated_merged_vids` from the contact table are outputted as strings, therefore requiring the titular datatype cast in the join. # dbt_hubspot v0.17.0