parisni opened a new issue #19196: URL: https://github.com/apache/airflow/issues/19196
### Description Behing able to track failed task in the past run is great. Sometimes the task has failed but we don't care. To remove the entry from the failed task (because this is polluting), we only have the option to turn it to `success` witch is not the real semantic. I would prefer to be able to turn it to `skipped`. This would help in the future if we change our mind about this particular failure. Also having it to `skipped` will help to remove this false positive read flags in the UI and improve productivity of the team.  ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
