umoers

Results 3 comments of umoers

I think it is just a issue for MSSQL . We can use order by 1 as default order for MSSQL. Example for MSSQL: SELECT * FROM tbl ORDER BY...

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