-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Labels
affected_version:2.8Issues Reported for 2.8Issues Reported for 2.8area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:bugThis is a clearly a bugThis is a clearly a bug
Description
Apache Airflow version
2.8.0
If "Other Airflow 2 version" selected, which one?
No response
What happened?
When setting show_trigger_form_if_no_params to True, users can not trigger DAGs without configuration. The Trigger DAG button redirects to the Trigger DAG form instead of triggering the DAG with dagrun_conf={} (like before)
Grabacion.de.pantalla.2024-01-17.a.las.13.54.15.mov
What you think should happen instead?
The Trigger DAG button should trigger the DAG with dagrun_conf={} (like before).
The Trigger DAG w/ config button should keep its behavior.
How to reproduce
- Add a DAG without params to your DAGs folder (for example, example_bash_operator.py).
- Start Airflow with the following environment variable value:
AIRFLOW__WEBSERVER__SHOW_TRIGGER_FORM_IF_NO_PARAMS=True - Try to trigger the DAG without config (first option)
Operating System
Airflow Docker Image
Versions of Apache Airflow Providers
No response
Deployment
Official Apache Airflow Helm Chart
Deployment details
AIRFLOW__WEBSERVER__SHOW_TRIGGER_FORM_IF_NO_PARAMS=True
Anything else?
No response
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct
tonofll, Solano96, fbmatilla, Waxter81, Fravihm and 1 moreSolano96
Metadata
Metadata
Assignees
Labels
affected_version:2.8Issues Reported for 2.8Issues Reported for 2.8area:UIRelated to UI/UX. For Frontend Developers.Related to UI/UX. For Frontend Developers.good first issuekind:bugThis is a clearly a bugThis is a clearly a bug