Skip to content

Commit eafcb9c

Browse files
regen docs
1 parent 0a54d44 commit eafcb9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/scripts/run_models.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ dbt seed --target "$db" --full-refresh
2020
dbt run --target "$db" --full-refresh
2121
dbt test --target "$db"
2222
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"
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"

0 commit comments

Comments
 (0)