bbovenzi commented on code in PR #40895:
URL: https://github.com/apache/airflow/pull/40895#discussion_r1684876951
##########
airflow/www/views.py:
##########
@@ -2373,7 +2373,7 @@ def _clear_dag_tis(
@expose("/clear", methods=["POST"])
@auth.has_access_dag("PUT", DagAccessEntity.TASK_INSTANCE)
- @action_logging
+ @action_logging(event="marked cleared")
Review Comment:
-1 on `manually`. If we remove `root` and `airflow` owners and only show
actual users then it should be obvious
We do prefix events from the rest api as `api.`, of when its the same origin
as `ui.` perhaps we do the same here?
--
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]