Hey Hey, We are trying to use metaflow <client API...
# ask-metaflow
n
Hey Hey, We are trying to use metaflow client API to figure out if a metaflow run is completed successfully or not. Client API offers run object, which has 2 useful flags and they are
successful
and
finished
. For a successful metaflow run both flags work correctly. However, we are observing a non obvious behaviour for
finished
flag for failed runs that is finished flag is never set to
True
for failed runs. because of this we cannot programatically know if a metaflow run is finished if a run has failed. This seems like an obvious bug to notice, it is quite possible that we are missing something very obvious. Does anyone has come across this behaviour? or anyone tried to used client api for programatically figuring metaflow run completed successfully or not?
1