pierrejeambrun commented on code in PR #55116:
URL: https://github.com/apache/airflow/pull/55116#discussion_r2316385980


##########
airflow-core/src/airflow/api_fastapi/logging/decorators.py:
##########
@@ -81,6 +81,7 @@ async def log_action(
     ):
         """Log user actions."""
         event_name = event or request.scope["endpoint"].__name__
+        skip_dry_run_events = {"clear_dag_run", "post_clear_task_instances"}

Review Comment:
   We might want to add `patch_task_instance_dry_run_by_map_index`, 
`patch_task_instance_dry_run`, `post_clear_task_instances` 
``create_backfill_dry_run`



##########
airflow-core/src/airflow/api_fastapi/logging/decorators.py:
##########
@@ -81,6 +81,7 @@ async def log_action(
     ):
         """Log user actions."""
         event_name = event or request.scope["endpoint"].__name__
+        skip_dry_run_events = {"clear_dag_run", "post_clear_task_instances"}

Review Comment:
   We might want to add `patch_task_instance_dry_run_by_map_index`, 
`patch_task_instance_dry_run`, `post_clear_task_instances` 
``create_backfill_dry_run`



-- 
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]

Reply via email to