Hello, are there anyways to run pyflyte backfill a...
# flyte-support
b
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.
f
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
🙏 1
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