Hello, are there anyways to run pyflyte backfill a...
# ask-the-community
l
Hello, are there anyways to run pyflyte backfill and continue despite error? The workflows are already tagged with
failure_policy=WorkflowFailurePolicy.FAIL_AFTER_EXECUTABLE_NODES_COMPLETE
and works as expected when the workflow is executed manually, However running backfill, they get aborted.
k
Aaah, the scheduled launchplan may not be tagged. Can you tag it. And top level backfill workflow is also not tagged, that’s a small change
I am wrong about this.
failure_policy=WorkflowFailurePolicy.FAIL_AFTER_EXECUTABLE_NODES_COMPLETE
this should be added to the generated workflow. Today this is not
let me suggest a new PR with this for the backfill