fix: Adhere to series limit ordering for prequery (#17388)
Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
parent
bdc35a2214
commit
ce614ea815
|
|
@ -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,
|
||||
)
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue