pierrejeambrun commented on PR #46018:
URL: https://github.com/apache/airflow/pull/46018#issuecomment-2612998968

   > Good catch! I forgot that we weren't using the public rest api for this in 
the old UI.
   
   >What if we made this a GET endpoint? Since its a dry_run, we're not 
actually changing anything and then it saves us the time of building a custom 
query wrapper like I just did for clearing in 
https://github.com/apache/airflow/pull/45987.
   
   We could to that, and indeed that will save some time on the front-end part. 
Transforming the current body into query parameters I suppose ?


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