mariana-marcal-santana commented on issue #46383:
URL: https://github.com/apache/airflow/issues/46383#issuecomment-2726982554

   Hello @bbovenzi @pierrejeambrun ! I've been working on the frontend of this 
issue and I believe I'm in the right track to solve it. However, I have a few 
things that I would like to confirm. 
   I followed the instructions on the link provided here 
https://github.com/apache/airflow/issues/46383#issuecomment-2657183808 to 
implement the multisort in the DAG table and now it's possible to define more 
sort parameters in the URL, as shown in the picture bellow.
   
   
![Image](https://github.com/user-attachments/assets/366e5783-d88b-444b-8b65-03a934277d79)
   
   As seen in the picture, the DAGs should be sorted firstly by 
"last_run_start_date" (OK) and secondly by "-dag_id" (not OK) because they 
appear sorted by "dag_id". Given this, I'm not sure where my implementation 
could be going wrong or if it's something related to the backend. 
@prasad-madine sorry to bother but could you take a look into this case please?
   I also wanted to point out that the parameters are mentioned in the URL as 
"sort=" and not "order_by=" like mentioned here 
https://github.com/apache/airflow/issues/46383#issuecomment-2660164876. I'm not 
sure if that would be a problem, especially because since I've been working on 
this issue, they've always appeared as "sort=" in the UI but I would appreciate 
it if someone could confirm that.
   Thank you!
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to