I am using MWAA local (2_10_3),unable to see the UI with Trigger Dag with config.
- Do I have to change any configuration.
- How to pass the input config? 3.I have used to set up the container. 4.Is there any other way to pass inputs as config parameters?
I am using MWAA local (2_10_3),unable to see the UI with Trigger Dag with config.
- Do I have to change any configuration.
- How to pass the input config? 3.I have used https://github/aws/aws-mwaa-local-runner to set up the container. 4.Is there any other way to pass inputs as config parameters?
- Can you please help with this? stackoverflow/questions/79397752/… – james gem Commented Jan 29 at 18:29
1 Answer
Reset to default 0Add 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.