aws / aws-mwaa-local-runner

This repository provides a command line interface (CLI) utility that replicates an Amazon Managed Workflows for Apache Airflow (MWAA) environment locally.
MIT No Attribution
658 stars 675 forks source link

dags added, are not showing up on UI #308

Open ramyashreeshetty opened 1 year ago

ramyashreeshetty commented 1 year ago

not even the example dag is visible on UI. image

elashrry commented 1 year ago

We will need little more info to understand what is going on, but you can check that you have the script mwaa-local-env in the root of your project and that you are running it from there. You can also check the dags path in docker files if you changed them.

adelenelai commented 1 year ago

did you put your dag file (foo.py) in a dags folder? If you put your dag file in a different directory, it won't show up.

nitindr-onetrust commented 11 months ago

@ramyashreeshetty This usually happens for me everytime i start the Local Runner for the first time, but stopping (CTRL+C) and starting the Local Runner (mwaa-local-env start) again resolved the issue for me!

choudrybabu commented 9 months ago

Same issue here, i checked the /usr/local/airflow/dags folder and i see the DAG's available there inside the container however they dont showup in the UI

choudrybabu commented 8 months ago

@ramyashreeshetty any luck in finding the root cause of the issue , am currently running the container twice to get around this issue