Skip to content

Commit 275de6b

Browse files
committed
fix: remove example dags
1 parent 1f39734 commit 275de6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/airflow/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ x-airflow-common:
6060
AIRFLOW__CELERY__BROKER_URL: redis://:@redis:6379/0
6161
AIRFLOW__CORE__FERNET_KEY: ''
6262
AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION: 'true'
63-
AIRFLOW__CORE__LOAD_EXAMPLES: 'true'
63+
AIRFLOW__CORE__LOAD_EXAMPLES: 'false'
6464
AIRFLOW__CORE__EXECUTION_API_SERVER_URL: 'http://airflow-apiserver:8080/execution/'
6565
# yamllint disable rule:line-length
6666
# Use simple http server on scheduler for health checks

0 commit comments

Comments
 (0)