fix: Adhere to series limit ordering for prequery (#17388)

Co-authored-by: John Bodley <john.bodley@airbnb.com>
This commit is contained in:
John Bodley
2022-01-12 09:47:31 +13:00
committed by GitHub
parent bdc35a2214
commit ce614ea815

View File

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