keomgak commented on issue #31491:
URL: https://github.com/apache/airflow/issues/31491#issuecomment-1562093838

   > Can you use the inspect option on your browser and check what is the 
payload sent to the backend when you click the clear button?
   
   Here is payload text.
   
   clear(first)
   ```
   csrf_token: 
IjA3NjhhMmE1OWRlNTI1YzAwMTY4NGExMWJiZjA3MmM0OGJiODlhYjYi.ZG6oYw.IlSPJfrsAQOy5r9sk3ZX0zQM8Ys
   dag_id: test_main.test-child
   dag_run_id: scheduled__2023-04-01T23:00:00+00:00
   task_id: test-grandchild
   confirmed: false
   execution_date: 2023-04-01T23:00:00+00:00
   past: false
   future: false
   upstream: false
   downstream: true
   recursive: true
   only_failed: false
   ```
   
   clear(second)
   ```
   csrf_token: 
IjA3NjhhMmE1OWRlNTI1YzAwMTY4NGExMWJiZjA3MmM0OGJiODlhYjYi.ZG6oYw.IlSPJfrsAQOy5r9sk3ZX0zQM8Ys
   dag_id: test_main.test-child
   dag_run_id: scheduled__2023-04-01T23:00:00+00:00
   task_id: test-grandchild
   confirmed: true
   execution_date: 2023-04-01T23:00:00+00:00
   past: false
   future: false
   upstream: false
   downstream: true
   recursive: true
   only_failed: false
   ```


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