You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/17 05:06:59 UTC

[GitHub] [airflow] howardyoo commented on a change in pull request #21433: added explaining concept of logical date in DAG run

howardyoo commented on a change in pull request #21433:
URL: https://github.com/apache/airflow/pull/21433#discussion_r808679220



##########
File path: docs/apache-airflow/concepts/dags.rst
##########
@@ -177,6 +179,20 @@ In much the same way a DAG instantiates into a DAG Run every time it's run,
 Tasks specified inside a DAG are also instantiated into
 :ref:`Task Instances <concepts:task-instances>` along with it.
 
+When the DAG run starts, it will have the start date and end date. This period
+describes the time when the DAG run actually 'ran.' Aside from the DAG

Review comment:
       sure, makes sense - will apply the suggestion accordingly.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org