This is an automated email from the ASF dual-hosted git repository.
shahar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 16d8e3e293f Add note about Official Docker Image default for
load_examples (#60723)
16d8e3e293f is described below
commit 16d8e3e293fc7fed67f686b7c0e5bd6d27538d6c
Author: SeonghwanLee <[email protected]>
AuthorDate: Thu Jan 29 04:14:35 2026 +0900
Add note about Official Docker Image default for load_examples (#60723)
---
airflow-core/src/airflow/config_templates/config.yml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/airflow-core/src/airflow/config_templates/config.yml
b/airflow-core/src/airflow/config_templates/config.yml
index b26792b575c..59eb620257d 100644
--- a/airflow-core/src/airflow/config_templates/config.yml
+++ b/airflow-core/src/airflow/config_templates/config.yml
@@ -172,9 +172,16 @@ core:
example: "fork"
load_examples:
description: |
- Whether to load the DAG examples that ship with Airflow. It's good to
+ Whether to load the Dag examples that ship with Airflow. It's good to
get started, but you probably want to set this to ``False`` in a
production
environment
+
+ .. note::
+
+ If you are using the Official Airflow Docker Image, this value is
set to ``False`` by default
+ via the environment variable ``AIRFLOW__CORE__LOAD_EXAMPLES``. To
enable example Dags when
+ using the official image, you must explicitly set
``AIRFLOW__CORE__LOAD_EXAMPLES=True`` in your
+ environment.
version_added: ~
type: string
example: ~