Hello, can you resume a past successful flow from ...
# ask-metaflow
r
Hello, can you resume a past successful flow from a step that you’ve modified? for example, lets say I ran a flow with
start -> feature engineering -> model_training -> end
and the flow completed successfully in the past but now I want to resume it with just the model_training step with updated code, is this possible?
1
c
Yes. I do this all the time it's super helpful
r
how would you do this? I’m getting an error if i do something like
Copy code
python flow.py resume model_training --origin-run-id 12345
I get a
Data store error
Copy code
No completed attemps of the task was found for task `Flow/1235/model_training/[some task id]
error
c
Thats how I do it. Try upgrading metaflow I had an issue a while ago like this
r
oh nice, i guess they fixed the bug with the newer version. thanks!
among us party 1
d
yes — this specific bug was fixed in 2.12.13