Support for sorting DAGs in the web UI#22671
Conversation
|
Thank you for the reviews 👍 I have updated the PR, let me know what you guys think. Best, |
be483ce to
a4edd71
Compare
a4edd71 to
67a85cf
Compare
|
I am removing it from now. (nulls will appear first in descending order). |
67a85cf to
94f492a
Compare
bbovenzi
left a comment
There was a problem hiding this comment.
Looking good!
The page reloading after every sort isn't a great UX. But I think that's mainly a limitation of using Flask App Builder.
|
The PR is likely OK to be merged with just subset of tests for default Python and Database versions without running the full matrix of tests, because it does not modify the core of Airflow. If the committers decide that the full tests matrix is needed, they will add the label 'full tests needed'. Then you should rebase to the latest main or amend the last commit of the PR, and push it with --force-with-lease. |
uranusjr
left a comment
There was a problem hiding this comment.
Good to go as far as I can tell.
Looking forward to the new React app 😄 |
Fixes: #8459
Based on the closed PR #11652, add supports for sorting dag list in the home page.
Try to simplified the logic and added a small test to check that items appear in the correct order in the dom. (dag table)



