You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When Example DAGs are disabled from using docker-compose.yaml file, and no DAGs are present in the dags folder, its still showing the DAG count of Example dags on screen as 53 ( No DAGs are present on UI)
What you think should happen instead
After updating value for parameter AIRFLOW__CORE__LOAD_EXAMPLES to false, its removing all DAGs from UI
Apache Airflow version
2.7.0
What happened
When Example DAGs are disabled from using
docker-compose.yaml
file, and no DAGs are present in the dags folder, its still showing the DAG count of Example dags on screen as 53 ( No DAGs are present on UI)What you think should happen instead
AIRFLOW__CORE__LOAD_EXAMPLES
to false, its removing all DAGs from UIHow to reproduce
docker compose up airflow-init
docker compose up
commanddocker compose down
commandAIRFLOW__CORE__LOAD_EXAMPLES: 'true'
toAIRFLOW__CORE__LOAD_EXAMPLES: 'false'
in docker-compose.yaml filedocker compose up
commandOperating System
macos Ventura 13.4.1 (c) (22F770820d)
Versions of Apache Airflow Providers
No response
Deployment
Docker-Compose
Deployment details
Docker compose file -> 'https://airflow.apache.org/docs/apache-airflow/2.7.0/docker-compose.yaml'
Create folder structure using data available here
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: