You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, we only sort by dag_id. Let's swap that for display_name. Also, let's add "next_dagrun", "last_run_state", "last_run_start_date" as other sort options.
Since not all of these fields are currently columns in the dags list response, we probably need to always our sort-by-select instead of only when its a card list.
The text was updated successfully, but these errors were encountered:
In our fastapi endpoint, we only sort the
Right now, we only sort by
dag_id
. Let's swap that for display_name. Also, let's add"next_dagrun", "last_run_state", "last_run_start_date"
as other sort options.Since not all of these fields are currently columns in the dags list response, we probably need to always our
sort-by-select
instead of only when its a card list.The text was updated successfully, but these errors were encountered: