Skip to content

Commit

Permalink
Päivitetty tulostus
Browse files Browse the repository at this point in the history
  • Loading branch information
Matz Rasmus committed Oct 28, 2024
1 parent e9f040d commit cc3104f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbt-container/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ fi

echo "Ajon kesto `expr $(date +%s) - ${start}` s"

start=$(date +%s)
dbt run-operation tempdata_cleanup --target=prod
echo "Siivouksen kesto `expr $(date +%s) - ${start}` s"

exit 0

0 comments on commit cc3104f

Please sign in to comment.