We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a54d44 commit eafcb9cCopy full SHA for eafcb9c
.buildkite/scripts/run_models.sh
@@ -20,5 +20,5 @@ dbt seed --target "$db" --full-refresh
20
dbt run --target "$db" --full-refresh
21
dbt test --target "$db"
22
dbt run --vars '{apple_store__using_subscriptions: true, google_play__using_earnings: true, google_play__using_subscriptions: true}' --target "$db" --full-refresh
23
-dbt test -vars '{apple_store__using_subscriptions: true, google_play__using_earnings: true, google_play__using_subscriptions: true}' --target "$db"
24
-dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"
+dbt test --vars '{apple_store__using_subscriptions: true, google_play__using_earnings: true, google_play__using_subscriptions: true}' --target "$db"
+dbt run-operation fivetran_utils.drop_schemas_automation --target "$db"
0 commit comments