This is an automated email from the ASF dual-hosted git repository.
dstandish 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 f99e65b4f3 Clarify what landing time means in doc (#34608)
f99e65b4f3 is described below
commit f99e65b4f3df71baf2fdf738643bbda1263e15a0
Author: Daniel Standish <[email protected]>
AuthorDate: Mon Sep 25 14:52:02 2023 -0700
Clarify what landing time means in doc (#34608)
---
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.
------------