From b4d4c77bb60e08dfb3336269774d4e31fe912884 Mon Sep 17 00:00:00 2001 From: SnowOracle <33502414+SnowOracle@users.noreply.github.com> Date: Wed, 2 Nov 2022 10:44:09 -0400 Subject: [PATCH 1/2] Update dag-run.rst Fixed wording in DAG Runs description. --- docs/apache-airflow/dag-run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/dag-run.rst b/docs/apache-airflow/dag-run.rst index 6124cfc90e05a..7a4c46e10ac88 100644 --- a/docs/apache-airflow/dag-run.rst +++ b/docs/apache-airflow/dag-run.rst @@ -19,7 +19,7 @@ DAG Runs ========= A DAG Run is an object representing an instantiation of the DAG in time. Any time the DAG is executed, a DAG Run is created and all tasks inside it are executed. The status of the DAG Run depends on the tasks states. -Each DAG Run is run separately from another, meaning that you can have running DAG many times at the same time. +Each DAG Run is run separately from another, meaning that you can have many running DAGs at the same time. .. _dag-run:dag-run-status: From a4f313611a2b89a1cba029d7994b3c5ae05f1727 Mon Sep 17 00:00:00 2001 From: SnowOracle <33502414+SnowOracle@users.noreply.github.com> Date: Thu, 3 Nov 2022 13:01:06 -0400 Subject: [PATCH 2/2] Update docs/apache-airflow/dag-run.rst Co-authored-by: Jed Cunningham <66968678+jedcunningham@users.noreply.github.com> --- docs/apache-airflow/dag-run.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/apache-airflow/dag-run.rst b/docs/apache-airflow/dag-run.rst index 7a4c46e10ac88..641b12ec12038 100644 --- a/docs/apache-airflow/dag-run.rst +++ b/docs/apache-airflow/dag-run.rst @@ -19,7 +19,7 @@ DAG Runs ========= A DAG Run is an object representing an instantiation of the DAG in time. Any time the DAG is executed, a DAG Run is created and all tasks inside it are executed. The status of the DAG Run depends on the tasks states. -Each DAG Run is run separately from another, meaning that you can have many running DAGs at the same time. +Each DAG Run is run separately from one another, meaning that you can have many runs of a DAG at the same time. .. _dag-run:dag-run-status: