This is an automated email from the ASF dual-hosted git repository. ephraimanierobi pushed a commit to branch v2-7-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit bb5fbab13dd353f8ec196e0f9668f84a6542cd5b Author: Daniel Standish <[email protected]> AuthorDate: Mon Sep 25 14:52:02 2023 -0700 Clarify what landing time means in doc (#34608) (cherry picked from commit f99e65b4f3df71baf2fdf738643bbda1263e15a0) --- docs/apache-airflow/ui.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/apache-airflow/ui.rst b/docs/apache-airflow/ui.rst index 87f20d7a88..7afe26cf3d 100644 --- a/docs/apache-airflow/ui.rst +++ b/docs/apache-airflow/ui.rst @@ -166,9 +166,9 @@ DAG over many runs. Landing Times ............. -Airflow landing times are calculated from the task's scheduled time to -the time the task finishes, either with success or another state (see -:ref:`concepts:task-instances`). + +The landing time for a task instance is the delta between the dag run's data interval end +(typically this means, when the dag "should" run) and the task instance completion time. ------------
