Skip to content

Commit

Permalink
Add full-refresh step for insert_by_period
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Jan 6, 2021
1 parent 83f9268 commit 8e06246
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ if [[ ! -z $3 ]]; then _seeds="--select $3 --full-refresh"; fi

dbt deps --target $1
dbt seed --target $1 $_seeds
if [ $1 == 'redshift' ]; then
dbt run -x -m test_insert_by_period --full-refresh --target redshift
fi
dbt run -x --target $1 $_models
dbt test -x --target $1 $_models

0 comments on commit 8e06246

Please sign in to comment.