NotWearingPants opened a new issue, #44739: URL: https://github.com/apache/airflow/issues/44739
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.2 ### What happened? When triggerring a DAG and updating some parameter, the DAG ran with the old value that param had. ### What you think should happen instead? If I change the value of some textbox in the DAG parameters and press Enter, the DAG should use the value I filled in. ### How to reproduce - Create a DAG with some param - In the web UI click "Trigger DAG" - in the "DAG conf Parameters" form, fill in some value in some textbox and press Enter (without first unfocusing the textbox) - The DAG will run with the parameter set to the value it had before, and ignore the value you tried to set It's easiest to see when you set the param to be required but have no default value, then pressing Enter will error and let you refill the form. ### Operating System Ubuntu 22.04 ### Versions of Apache Airflow Providers _No response_ ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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]
