Skip to content

Commit

Permalink
Update run_models.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz authored Apr 5, 2023
1 parent d72caea commit 0bfc21d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .buildkite/scripts/run_models.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ dbt seed --target "$db" --full-refresh
dbt run --target "$db" --full-refresh
dbt test --target "$db"
dbt run --vars '{stripe__using_invoice_line_sub_filter: false, stripe__using_credit_notes: true, stripe__using_price: false, stripe__using_subscription_history: false}' --full-refresh --target "$db"
dbt run --vars '{stripe__card_metadata: {"external_id"}, stripe__invoice_line_item_metadata: {"external_id"}}' --full-refresh --target "$db"
dbt test --target "$db"
dbt test --target "$db"

0 comments on commit 0bfc21d

Please sign in to comment.