aoen commented on a change in pull request #4005: [AIRFLOW-3160] Load 
latest_dagruns asynchronously
URL: https://github.com/apache/incubator-airflow/pull/4005#discussion_r223377238
 
 

 ##########
 File path: airflow/www_rbac/views.py
 ##########
 @@ -392,6 +392,33 @@ def task_stats(self, session=None):
                     payload[dag.safe_dag_id].append(d)
         return wwwutils.json_response(payload)
 
+    @expose('/last_dagruns')
+    @has_access
+    @provide_session
+    def last_dagruns(self, session=None):
 
 Review comment:
   Fixed

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to