Skip to content

Commit

Permalink
Fix run-integration.sh writing to wrong target
Browse files Browse the repository at this point in the history
  • Loading branch information
ccharlesgb committed Nov 3, 2023
1 parent e577a85 commit 0b771b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0b771b9

Please sign in to comment.