umoers commented on issue #24072:
URL: https://github.com/apache/superset/issues/24072#issuecomment-1860262998

   order by 1 is sorting by the 1st column.
   
   I have changed _def _get_drill_detail_ in 
/opt/superset/lib/python3.11/site-packages/superset/common/query_actions.py as 
follows:
   
   query_obj.columns = qry_obj_cols
   **query_obj.orderby = [(query_obj.columns[0], True)] <---- insert**
   return _get_full(query_context, query_obj, force_cached)


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to