This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Ooops! error. DAG did not load #40917
Labels
area:core
area:webserver
Webserver related Issues
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
Apache Airflow version
Other Airflow 2 version (please specify below)
If "Other Airflow 2 version" selected, which one?
2.9.2
What happened?
I am using airflow with docker. Below mentioned are my files
docker-compose.yml
my dag.py
once done. I entered docker-compose up -d
Every container started properly. When I opened the webserver using localhost, I was able to login via my set creds in .yml file. My dag is also present in the listing page. but when I click on my dag, I get error
ON UI:
And on airflow-webserver-1 (container)
What you think should happen instead?
I should be able to access the DAG to run/test it.
How to reproduce
folder
|-dags
|-simple-dag.py
|-logs
|-plugins
|-docker-compose.yml
|-requirements.txt
content inside requirements.txt
Operating System
WSL
Versions of Apache Airflow Providers
2.9.2
Deployment
Docker-Compose
Deployment details
No response
Anything else?
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: