jscheffl opened a new pull request, #36026:
URL: https://github.com/apache/airflow/pull/36026

   This PR changes the web UI trigger form to be shown always when calling via 
GET. Before it was possible to "accidentally" make a trigger when no form 
parameters were specified in a DAG and you passed the trigger URL along.
   
   Now the UI uses POST when clicking.
   
   How to test:
   - Open your test env on the branch and run it via breeze on this branch
   - Open the UI and log-in with your user
   - Use the same window keeping the login context and call 
http://localhost:28080/dags/dataset_produces_1/trigger with the browser and see 
the trigger form popping up (Which in main will directly execute a trigger)


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