[Docker-compose] Airflow scheduler don't load dags when using dask executor #36990
-
INFO ABOUT VERSIONSAIRFLOW STEPS TO REPRODUCEDeploy docker compose for airflowDocker flle for airflow
Docker compose for airflow
ISSUESAirflow scheduler connect successfully dask scheduler but dags weren't loaded/appeared on airflow webserver UI. HOW CAN I FIX THIS ISSUE ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
You should enable debug logging and look for errors and post links to those, also take a look at your webserver log and database where DAG files are stored and see if they are actually present in the dag table. Wtithoug seeing any errors from the logs it's difficult to guess what problem you have. |
Beta Was this translation helpful? Give feedback.
-
Here, My dag:
I tried turn on |
Beta Was this translation helpful? Give feedback.
-
There has been a bit of confusion here. I think the place to put the
|
Beta Was this translation helpful? Give feedback.
There has been a bit of confusion here. I think the place to put the
airflow.cfg
file is/opt/airlfow/
but that is not correct, airflow webserver loaded defaultairflow.cfg
file somewhere. So I edited directly on the environment variables indocker-compose.yml
as below: