Skip to content

v0.20.0 dbt_hubspot

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 11 Nov 21:18
069d9ac

PR #150 includes the following updates:

Upstream Breaking Changes (--full-refresh required after upgrading)

  • Introduced a new category column to the following upstream models (see dbt_hubspot_source CHANGELOG notes). This association field differentiates records by either HUBSPOT_DEFINED (default label) or USER_DEFINED (custom label) and was introduced to the Hubspot connector in October 2024. See the connector release notes for more.

    • stg_hubspot__deal_company
    • stg_hubspot__deal_contact
    • stg_hubspot__engagement_company
    • stg_hubspot__engagement_contact
    • stg_hubspot__engagement_deal
    • stg_hubspot__ticket_company
    • stg_hubspot__ticket_contact
    • stg_hubspot__ticket_deal
    • stg_hubspot__ticket_engagement
  • Since new columns were added upstream, a --full-refresh is needed.

Under the Hood

  • Updated the respective seed files in the integration_tests folder to property test for the new category field.
  • Updated seed files to make consistent with the seed files in dbt_hubspot_source.

Full Changelog: v0.19.1...v0.20.0