This message was deleted.
# ask-anything
s
This message was deleted.
e
yeah, so say you ran the pipeline and got all the data. next month, if you wish to re-download, you can run
ploomber build --force
and this will force execution of all tasks. alternatively, you may do
ploomber task {task-name} --force
and force execution of that task only, next time you run
ploomber build
, ploomber will see that
{task-name}
ran recently and execute all downstream tasks. does this solve the issue?
j
beautiful, thats perfect! yeah, I was looking for a task specific force - this helps. Thanks!
meerkat 1
👏 1