Slackbot
04/22/2022, 10:13 PMEduardo
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?Jess Mankewitz (they/she)
04/22/2022, 10:17 PM