mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat: add support for generic series limit (#16660)
* feat: add support for generic series limit * refine series_columns logic * update docs * bump superset-ui * add note to UPDATING.md * remove default value for timeseries_limit
This commit is contained in:
@@ -272,6 +272,8 @@ class BaseEngineSpec: # pylint: disable=too-many-public-methods
|
||||
GenericDataType.BOOLEAN,
|
||||
),
|
||||
)
|
||||
|
||||
# Does database support join-free timeslot grouping
|
||||
time_groupby_inline = False
|
||||
limit_method = LimitMethod.FORCE_LIMIT
|
||||
time_secondary_columns = False
|
||||
|
||||
Reference in New Issue
Block a user