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

eladkal 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 1e2e9e9a87b Fix duplicate mention of 'Dags' and 'tasks' in 
overview.rst (#57524)
1e2e9e9a87b is described below

commit 1e2e9e9a87b728d2af349cb7c3d1bd94465f618b
Author: Pannawat <[email protected]>
AuthorDate: Tue Nov 4 02:54:48 2025 -0800

    Fix duplicate mention of 'Dags' and 'tasks' in overview.rst (#57524)
    
    Removed duplicate mention of 'Dags' and 'tasks' in the overview.
---
 airflow-core/docs/core-concepts/overview.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/airflow-core/docs/core-concepts/overview.rst 
b/airflow-core/docs/core-concepts/overview.rst
index f2d4b44e07f..dc51476a263 100644
--- a/airflow-core/docs/core-concepts/overview.rst
+++ b/airflow-core/docs/core-concepts/overview.rst
@@ -59,8 +59,8 @@ A minimal Airflow installation consists of the following 
components:
 * A folder of *Dag files*, which is read by the *scheduler* to figure out what 
tasks to run and when to
   run them.
 
-* A *metadata database*, usually PostgreSQL or MySQL, which stores the state 
of tasks, Dags, variables,
-  Dags and tasks.
+* A *metadata database*, usually PostgreSQL or MySQL, which stores the state 
of tasks, Dags and variables.
+
   Setting up a metadata database is described in :doc:`/howto/set-up-database` 
and is required for
   Airflow to work.
 

Reply via email to