Replies: 1 comment
-
Hey, for anyone looking for something similar, you can use skip_on_exit_code: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question related to the Airflow Kubernetes Pod Operator:
How can I implement a solution to handle task failures?
I’m thinking of something similar to the AirflowFailException used in the PythonOperator, which would allow me to skip retries depending on the exception raised.
Beta Was this translation helpful? Give feedback.
All reactions