mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(chart-data): ignore orderby on sample result type (#11656)
This commit is contained in:
2
tests/fixtures/query_context.py
vendored
2
tests/fixtures/query_context.py
vendored
@@ -25,7 +25,7 @@ QUERY_OBJECTS = {
|
||||
"is_timeseries": False,
|
||||
"metrics": [{"label": "sum__num"}],
|
||||
"order_desc": True,
|
||||
"orderby": [],
|
||||
"orderby": [["sum__num", False]],
|
||||
"row_limit": 100,
|
||||
"time_range": "100 years ago : now",
|
||||
"timeseries_limit": 0,
|
||||
|
||||
Reference in New Issue
Block a user