v0.17.2 dbt_hubspot
fivetran-data-model-bot
released this
14 May 21:42
·
41 commits
to main
since this release
PR #142 includes the following updates:
🪲 Bug Fixes 🪛
- Fixed the
fivetran_utils.enabled_vars
conditional by adding thehubspot_contact_list_member_enabled
variable in thehubspot__contact_lists
model. This solves for compilation errors when thecontact_list
source table is not synced in the destination. Ifhubspot_contact_list_member_enabled
istrue
,int_hubspot__email_metrics__by_contact_list
is brought in as a dependency, and ignored otherwise.
🚘 Under the Hood 🚘
- Updated the
integration_tests/dbt_project.yml
variables to be global to ensure more effective testing of our seed data. - Updated
property_closed_date
andproperty_createdate
datatypes inticket_data
to cast as timestamp to fix datetime data type issues in BigQuery tests. - Updated the maintainer PR template to resemble the most up to date format.
- Removed the check docs GitHub Action as it is no longer necessary.
Full Changelog: v0.17.1...v0.17.2