How to ignore failed tasks? #9843
Unanswered
AlexanderKri
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I start a task several times from a flow. I want the task to run for each iteration regardless of whether the task runs on error or not. For this reason I have implemented a try/except. Now the task runs for each iteration.
The problem is that the task_run that runs on error and reaches "except" is marked green in the Prefect UI.
My goal is to:
Is it possible to achieve this with Prefect?
Beta Was this translation helpful? Give feedback.
All reactions