mirror of
https://github.com/apache/superset.git
synced 2026-06-08 17:19:20 +00:00
fix: Adhere to series limit ordering for prequery (#17388)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
@@ -1438,7 +1438,7 @@ class SqlaTable(Model, BaseDatasource): # pylint: disable=too-many-public-metho
|
||||
self._get_series_orderby(
|
||||
series_limit_metric, metrics_by_name, columns_by_name,
|
||||
),
|
||||
False,
|
||||
not order_desc,
|
||||
)
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user