From 2a460754fd26982f750966f99e1c9c5021a7f78f Mon Sep 17 00:00:00 2001 From: Joe Markiewicz <74217849+fivetran-joemarkiewicz@users.noreply.github.com> Date: Thu, 5 Aug 2021 10:29:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c12b82d..f110c25 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ vars: hubspot_email_event_sent_enabled: false hubspot_email_event_spam_report: false hubspot_email_event_status_change_enabled: false + + hubspot_contact_merge_audit_enabled: true # Enables contact merge auditing to be applied to final models (removes any merged contacts that are still persisting in the contact table) # Sales @@ -97,7 +99,6 @@ vars: # Service hubspot_service_enabled: true # Enables all service models - hubspot_contact_merge_audit_enabled: true # Enables contact merge auditing to be applied to final models (removes any merged contacts that are still persisting in the contact table) ```