vchiapaikeo commented on issue #36057:
URL: https://github.com/apache/airflow/issues/36057#issuecomment-1845672285

   Actually @eladkal , wondering if the above is sufficient for what you 
need... the problem is that the action_logging decorator only logs a single row 
for both a single delete (if you click on the trash button at the row level - 
event = dagrun.delete) and multiple deletes (if you click on Actions > Delete - 
event = action_muldelete). When a delete is issued, we only get the pk(s) and 
there is no dag_id passed back to the webserver. 
   
   I'm not sure if breaking action_logging to log multiple records on these 
bulk actions is a good idea here and prefer to keep it as is. What I might be 
more amenable to is if there is a single delete for a single dag_id, maybe we 
can get its dag_id and pass it into params. Wdyt?


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to