Replies: 1 comment 4 replies
-
You should look at setup/teardown functionality (added in 2.8 or 2.9) https://airflow.apache.org/docs/apache-airflow/stable/howto/setup-and-teardown.html - the teardown task is what you are searching for. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to allow the last task in a DAG to fail, but for the DAG Run to still be successful?
Without adding an Empty Operator at the end with trigger rule "all_done"?
Or without adding a try/except in the task code?
Some kind of soft_fail but for the standard @task ?
Beta Was this translation helpful? Give feedback.
All reactions