mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
[database] Fix, Removes the limit for the page size (#7987)
Old FAB API had no limits by default, this will keep this behaviour but only for this endpoint
This commit is contained in:
committed by
Maxime Beauchemin
parent
0c817e5fa9
commit
8db419fe99
@@ -50,6 +50,8 @@ class DatabaseRestApi(DatabaseMixin, ModelRestApi):
|
||||
"allows_subquery",
|
||||
"backend",
|
||||
]
|
||||
# Removes the local limit for the page size
|
||||
max_page_size = -1
|
||||
|
||||
|
||||
appbuilder.add_api(DatabaseRestApi)
|
||||
|
||||
Reference in New Issue
Block a user