This is an automated email from the ASF dual-hosted git repository.

ephraimanierobi pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new 1fadca98b9a [v3-1-test] Add note about Official Docker Image default 
for load_examples (#60723) (#61179)
1fadca98b9a is described below

commit 1fadca98b9a115f75f83470b720f06f41d974a7a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 29 13:34:00 2026 +0100

    [v3-1-test] Add note about Official Docker Image default for load_examples 
(#60723) (#61179)
    
    (cherry picked from commit 16d8e3e293fc7fed67f686b7c0e5bd6d27538d6c)
    
    Co-authored-by: SeonghwanLee <[email protected]>
---
 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 169e2589a62..c9ab850a62b 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: ~

Reply via email to