From 80edb49660439e1c0be84da83c20d6ed3a7c3b9d Mon Sep 17 00:00:00 2001 From: Renee Li <91097070+fivetran-reneeli@users.noreply.github.com> Date: Wed, 21 Feb 2024 15:51:48 +0000 Subject: [PATCH] Update README.md Co-authored-by: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb37dd4..75dcb69 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ vars: hubspot_company_enabled: false hubspot_company_property_history_enabled: false # Disables the company property history models hubspot_deal_enabled: false - hubspot_merged_deal_enabled: true # Enables the merged_deal table, which will be used to filter out merged deals from the final deal models. Note that `hubspot_sales_enabled` and `hubspot_deal_enabled` must not be set to False. + hubspot_merged_deal_enabled: true # Enables the merged_deal table, which will be used to filter out merged deals from the final deal models. False by default. Note that `hubspot_sales_enabled` and `hubspot_deal_enabled` must not be set to False. hubspot_deal_company_enabled: false hubspot_deal_contact_enabled: false hubspot_deal_property_history_enabled: false # Disables the deal property history models