pierrejeambrun commented on issue #46715:
URL: https://github.com/apache/airflow/issues/46715#issuecomment-2662647345

   Two solutions I think:
   1 - Not merge "map_index" and "rendered_map_index", in the UI. Show them as 
two separate columns with two separate ordering to avoid the confusion.
   
   2 - Keep things like that in the UI, but update the backend `SortParam` so 
it will order by `func.coalesce(TI.rendered_map_index, TI.map_index)`


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