jscheffl commented on issue #36119:
URL: https://github.com/apache/airflow/issues/36119#issuecomment-1865102809

   I can confirm this "problem" and when I open the GRID view for example in 
`example_params_ui_tutorial` DAG and then select one task, two additional audit 
log entries are created:
   
   369  2023-12-20, 21:07:35    
[example_params_ui_tutorial](http://localhost:28080/dags/example_params_ui_tutorial/graph)
      show_params     confirm                 admin   Thor Adminstra  
[('dag_id', 'example_params_ui_tutorial'), ('dag_run_id', 
'manual__2023-12-20T21:05:39+01:00'), ('past', 'false'), ('future', 'false'), 
('upstream', 'false'), ('downstream', 'false'), ('state', 'success'), 
('task_id', 'show_params')]
   
   368  2023-12-20, 21:07:35    
[example_params_ui_tutorial](http://localhost:28080/dags/example_params_ui_tutorial
   /graph?execution_date=2023-12-20+20%3A05%3A39%2B00%3A00)     show_params     
clear   2023-12-20, 21:05:39    admin   Thor Adminstra  [('dag_id', 
'example_params_ui_tutorial'), ('dag_run_id', 
'manual__2023-12-20T21:05:39+01:00'), ('confirmed', 'false'), 
('execution_date', '2023-12-20T20:05:39+00:00'), ('past', 'false'), ('future', 
'false'), ('upstream', 'false'), ('downstream', 'true'), ('recursive', 'true'), 
('only_failed', 'false'), ('task_id', 'show_params')]
   
   Tracing where it comes it seems the grid-UI calls POST http://server/clear 
and GET http://server/confirm?...
   
   @bbovenzi Do you know where this is coming from in GRID view? I am a noob 
(still) in the UI development with Grid.


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