lively-holiday-41728
02/02/2023, 10:05 AMmetaflow logs / metaflow --logs does not help. I get error Error: No such command 'logs'.
Also if there are multiple steps and my code fails in step #6. I realise this is because step #5 had a mistake and I corrected it. Is there any way I can resume the code from step #5 (python my_code.py resume starts from step #6)ancient-application-36103
02/02/2023, 7:31 PMpython flow.py logs --helpancient-application-36103
02/02/2023, 7:32 PMpython my_code.py resume step-name to resume from step-namelively-holiday-41728
02/04/2023, 5:02 PMpython my_code.py resume step#5 actually executes code from step#4ancient-application-36103
02/04/2023, 5:08 PMstep#4 finish successfully in the previous run? if not, then you wouldn't be able to execute from step#5lively-holiday-41728
02/16/2023, 6:34 PMpython my_code.py run_id 12345 resume step-name something like this?square-wire-39606
02/16/2023, 11:27 PMpython my_code.py resume --origin-run-id 12345 step-name would work