Skip to content

Commit

Permalink
development branch testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-avinash committed May 9, 2024
1 parent 3c56c7f commit 8e6bf3e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ models:
+schema: hubspot
marketing:
intermediate:
+materialized: ephemeral
+materialized: table
int_hubspot__contact_merge_adjust:
+materialized: table
sales:
Expand Down
6 changes: 5 additions & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ vars:
# hubspot_marketing_enabled: true # enable when generating docs
# hubspot_contact_merge_audit_enabled: true # enable when generating docs
# hubspot_using_all_email_events: true # enable when generating docs
# hubspot_merged_deal_enabled: true # enable when generating docs
# hubspot_merged_deal_enabled: true # enable when generating docs
hubspot_contact_list_member_enabled: false
hubspot_email_event_enabled: true
hubspot_contact_enabled: true
hubspot_email_event_sent_enabled: true
hubspot_company_property_history_identifier: "company_property_history_data"
hubspot_company_identifier: "company_data"
hubspot_contact_identifier: "contact_data"
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ dbt-redshift>=1.3.0,<2.0.0
dbt-postgres>=1.3.0,<2.0.0
dbt-spark>=1.3.0,<2.0.0
dbt-spark[PyHive]>=1.3.0,<2.0.0
dbt-databricks>=1.3.0,<1.7.13
dbt-databricks>=1.3.0,<2.0.0
2 changes: 1 addition & 1 deletion models/marketing/hubspot__contact_lists.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_contact_list_enabled'])) }}
{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_contact_list_member_enabled','hubspot_contact_enabled','hubspot_email_event_sent_enabled'])) }}

with contact_lists as (

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{{ log(fivetran_utils.enabled_vars(['hubspot_marketing_enabled', 'hubspot_contact_list_member_enabled'])) }}

{{ config(enabled=fivetran_utils.enabled_vars(['hubspot_marketing_enabled','hubspot_email_event_enabled','hubspot_contact_list_member_enabled','hubspot_contact_enabled','hubspot_email_event_sent_enabled']), materialized='table') }}

with email_sends as (
Expand Down

0 comments on commit 8e6bf3e

Please sign in to comment.