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 2021/08/20 04:14:07 UTC

[GitHub] [airflow] uranusjr commented on a change in pull request #17732: Add Next Run to UI

uranusjr commented on a change in pull request #17732:
URL: https://github.com/apache/airflow/pull/17732#discussion_r692647739



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -98,7 +98,10 @@ <h2>{{ page_title }}</h2>
               </th>
               <th>Schedule</th>
               <th style="width:180px;">Last Run
-                <span class="material-icons text-muted js-tooltip" aria-hidden="true" title="Execution Date/Time of Highest Dag Run.">info</span>
+                <span class="material-icons text-muted js-tooltip" aria-hidden="true" title="Logical Date/Time of the latest Dag Run.">info</span>
+              </th>
+              <th style="width:180px;">Next Run
+                <span class="material-icons text-muted js-tooltip" aria-hidden="true" title="Expected Date/Time of the next Dag Run.">info</span>

Review comment:
       Good point, it’s the logical date I think. The next expected *run* time is available in `DagModel.next_dagrun_create_after`.
   
   This raises another issue though—perhaps we should ditch all the logical date labels, and always display the current/next DAG run’s run date and data interval instead.




-- 
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