diff --git a/run-integration.sh b/run-integration.sh index 2926f51..548b592 100755 --- a/run-integration.sh +++ b/run-integration.sh @@ -2,5 +2,5 @@ set -e project_name=$1 command=${2:-compile} -dbt "$command" --profiles-dir ./integration/profiles --target integration-local --project-dir ./integration/projects/"$project_name" --target-path ./integration/projects/"$project_name"/target +dbt "$command" --profiles-dir ./integration/profiles --target integration-local --project-dir ./integration/projects/"$project_name" --target-path target python3 -m dbt_dry_run --profiles-dir ./integration/profiles --target integration-local --project-dir ./integration/projects/"$project_name" --report-path ./integration/projects/"$project_name"/target/dry_run_adhoc.json