Skip to content

Commit

Permalink
fix: Adhere to series limit ordering for prequery (#17388)
Browse files Browse the repository at this point in the history
Co-authored-by: John Bodley <john.bodley@airbnb.com>
  • Loading branch information
john-bodley and John Bodley authored Jan 11, 2022
1 parent bdc35a2 commit ce614ea
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 @@ -1438,7 +1438,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 ce614ea

Please sign in to comment.