dbt_hubspot_source v0.6.3
fivetran-catfritz
released this
19 Sep 22:11
·
245 commits
to main
since this release
Happy Monday!
This release of dbt_hubspot_source
package includes the following updates:
Fixes
- Fixes a bug in the models
stg_hubspot__engagement_meeting.sql
andstg_hubspot__engagement_meeting_tmp.sql
where thefivetran_utils.enabled_vars
macro was referencing the wrong variable (hubspot_engagement_email_enabled
) from the vars list in thedbt_project.yml
. - Also updates
src_hubspot.yml
variable tohubspot_engagement_meeting_enabled
. This was preventing users from disabling these enagagement_meeting models in their projects. (#85)