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/03/01 17:53:11 UTC

[GitHub] [airflow] RosterIn commented on a change in pull request #11652: Support for sorting DAGs in the web UI

RosterIn commented on a change in pull request #11652:
URL: https://github.com/apache/airflow/pull/11652#discussion_r584926735



##########
File path: tests/www/test_views.py
##########
@@ -62,7 +62,14 @@
 from airflow.utils.timezone import datetime
 from airflow.utils.types import DagRunType
 from airflow.www import app as application
-from airflow.www.views import ConnectionModelView, get_safe_url, truncate_task_duration
+from airflow.www.views import (
+    ConnectionModelView,
+    build_dag_sorting_query,
+    dag_query_for_key,
+    query_ordering_transform_for_key,
+    get_safe_url,
+    truncate_task_duration

Review comment:
       ```suggestion
       get_safe_url,
       query_ordering_transform_for_key,
       truncate_task_duration
   ```
   
   to fix the failing test




----------------------------------------------------------------
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:
users@infra.apache.org