Skip to content

Commit

Permalink
Merge pull request #149 from vijmen/patch-1
Browse files Browse the repository at this point in the history
Remove terminal output in the generated file.
  • Loading branch information
joellabes authored Dec 7, 2023
2 parents ee4899e + 793a260 commit 62516fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash_scripts/base_model_creation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

echo "" > models/stg_$1__$2.sql

dbt run-operation codegen.generate_base_model --args '{"source_name": "'$1'", "table_name": "'$2'"}' | tail -n +3 >> models/stg_$1__$2.sql
dbt --quiet run-operation codegen.generate_base_model --args '{"source_name": "'$1'", "table_name": "'$2'"}' | tail -n +3 >> models/stg_$1__$2.sql

0 comments on commit 62516fd

Please sign in to comment.