Skip to content

Commit

Permalink
fix: Adhere to series limit ordering for prequery
Browse files Browse the repository at this point in the history
  • Loading branch information
John Bodley committed Nov 10, 2021
1 parent 7d22c9c commit 466221f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset/connectors/sqla/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ def get_sqla_query( # pylint: disable=too-many-arguments,too-many-locals,too-ma
self._get_series_orderby(
series_limit_metric, metrics_by_name, columns_by_name,
),
False,
not order_desc,
)
]

Expand Down

0 comments on commit 466221f

Please sign in to comment.