-
Hey everyone! Just started using I often want to know how long the targets took to build in the most recent run of my pipeline, but just the targets that were updated in the most recent run. So if just the last two objects in the pipeline were updated in the last run, I would like to know how long each target took to build. Is there an easy way to get a |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
tar_progress()
shows which targets were not skipped in the last run of the pipeline. You can use the result to filter the output oftar_meta()
.