alexbegg commented on a change in pull request #10637:
URL: https://github.com/apache/airflow/pull/10637#discussion_r482270661



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -369,14 +369,15 @@ <h2>DAGs</h2>
     function lastDagRunsHandler(error, json) {

Review comment:
       Correction, the function is named after the `dag.get_last_dagrun` method 
which was used in the pre-asynchronous code for the value of `last_run`, which 
then was used for the values `last_run.execution_date` and 
`last_run.start_date`, but was incorrectly changed to be last_run = 
execution_date when it went asynchronous. This PR just puts the values back to 
as they were for the asynchronous code.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to