79397842

Date: 2025-01-29 18:47:39
Score: 1.5
Natty:
Report link

Add AIRFLOW__WEBSERVER__SHOW_TRIGGER_FORM_IF_NO_PARAMS=True in .env.localrunner in config folder. If you are using airflow version >2.7 it requires this parameter.In earlier Airflow versions the Play button opened a dropdown menu with two options Trigger DAG and Trigger DAG w/ config. The Trigger DAG w/ config button allowed you to pass params to the DAG run even if no params were defined at the DAG level.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: user3858193