Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
Description
a small fix you can add to the docker-compose, is to auto start the dag:
Add this to the docker-compose.yml environment:
- AIRFLOW_CORE_DAGS_ARE_PAUSED_AT_CREATION=False
It will auto start the DAGs, so we don't have to go into airflow we and click the on button