Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-reneeli committed Apr 9, 2024
1 parent 93bf2cd commit 9871671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9871671

Please sign in to comment.