tirkarthi opened a new issue, #54971: URL: https://github.com/apache/airflow/issues/54971
### Apache Airflow version main (development) ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Clear task instance and dag run modal opening triggers an audit log event each time. This makes it hard to see audit log events over when the actual clear action was performed. The clear task instance endpoint doesn't have a dry run endpoint and each trigger to fetch the task instances results in audit log event. The mark task instances have a dry run endpoint and mark dag run doesn't perform such dry run on the main endpoint. ### What you think should happen instead? _No response_ ### How to reproduce 1. Try to clear a task instance by opening the modal and cancelling it. 2. Do it couple of times without actual clearing and notice each clear modal open is recorded as an audit log event. ### Operating System Ubuntu 20.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Virtualenv installation ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit 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]
