v0.14.1 dbt_hubspot_source
PR #125 includes the following updates:
Features
- Adds the
stg_hubspot__merged_deal
model. Downstream, this model is used to remove stale deals and aggregate them to the deal they have been merged into. This is disabled by default as not every user has themerged_deal
table.- To enable this model and filter out merged deals downstream, make sure the following is set to
true
in your dbt_project.yml:hubspot_sales_enabled
,hubspot_deal_enabled
, andhubspot_merged_deal_enabled
. See Step 4 of the README for more details.
- To enable this model and filter out merged deals downstream, make sure the following is set to
Full Changelog: v0.14.0...v0.14.1