@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.
@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'}
anddbt run --vars {'using_automations':False}
. I am using Snowflake, and the source data I have does not include theautomation_recipeint
andautomation_recipient_activity
tables. Also note I've updated all models to materialize as tables to help with debugging.