red-fountain-16335
05/23/2023, 1:16 PM@catch
decorator and mf.Flow(…).latest_successful_run
Basically, the flow fails at the end
step, which is wrapped with a @catch
decorator. This makes the flow continue and show as successful in the Metaflow UI.
But… when trying to retrieve an artifact from latest_successful_run
I keep getting an error. When printing the details for the historical runs (run.successful
), I can see there isn’t anyone marked as successful = True
I imagine this is not the expected behavior. So Raising for support. Should I create an issue?