From 6c564744d4e2815c9bf41aaf7fc5ea1206325caf Mon Sep 17 00:00:00 2001 From: kirank05 Date: Sun, 22 Nov 2020 16:23:58 +0530 Subject: [PATCH] Update airflow.cfg --- config/airflow.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/airflow.cfg b/config/airflow.cfg index 9e4d5229..6f5e1506 100644 --- a/config/airflow.cfg +++ b/config/airflow.cfg @@ -127,7 +127,7 @@ max_active_runs_per_dag = 16 # Whether to load the examples that ship with Airflow. It's good to # get started, but you probably want to set this to False in a production # environment -load_examples = True +load_examples = False # Where your Airflow plugins are stored plugins_folder = /usr/local/airflow/plugins