Skip to content

Commit

Permalink
contact list disable vars:
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-jamie committed Mar 17, 2021
1 parent f68628b commit b01e2d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion models/marketing/hubspot__contact_lists.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled'])) }}
{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_enabled'])) }}

with contact_lists as (

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled']), materialized='table') }}
{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_contact_list_member_enabled']),
materialized='table') }}

with email_sends as (

Expand Down

0 comments on commit b01e2d2

Please sign in to comment.