fivetran / dbt_mailchimp

Fivetran's Mailchimp dbt package
https://fivetran.github.io/dbt_mailchimp/
Apache License 2.0
3 stars 5 forks source link

dbt run --vars {'using_automations':False} #10

Closed kristin-bagnall closed 4 years ago

kristin-bagnall commented 4 years ago

@DylanBaker I'm attempting to run the Mailchimp package without automations and am receiving the following errors. I have tried to run both dbt run --vars {'using_automations':'False'} and dbt run --vars {'using_automations':False}. I am using Snowflake, and the source data I have does not include the automation_recipeint and automation_recipient_activity tables. Also note I've updated all models to materialize as tables to help with debugging.

Screen Shot 2020-04-28 at 2 16 32 PM Screen Shot 2020-04-28 at 2 16 41 PM