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/17 20:20:20 UTC

[GitHub] [airflow] bbovenzi edited a comment on issue #14803: Add API Query Sort and Order Params

bbovenzi edited a comment on issue #14803:
URL: https://github.com/apache/airflow/issues/14803#issuecomment-799495476


   A lot of our data will be displayed in some sort of list or table view. A necessary part of that will be the ability to sort and order the lists by any field.
   
   Particularly, data with datetimes should have this and default to return the latest results instead of the earliest:
   GET `/dags/{dag_id}/dagRuns`
   GET `/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances`
   GET `​/dags​/{dag_id}​/tasks`
   GET `/eventLogs`
   GET `/dags/{dag_id}/dagRuns/{dag_run_id}/taskInstances/{task_id}/xcomEntries`
   GET `/importErrors`
   


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