From 98716717761bb659304f9cda13a17a176c5c409d Mon Sep 17 00:00:00 2001 From: Renee Li Date: Tue, 9 Apr 2024 16:19:57 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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