mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: Enable drilling in embedded (#34319)
This commit is contained in:
@@ -103,6 +103,7 @@ class SamplesRequestSchema(Schema):
|
||||
validate=validate.Range(min=1, max=1000),
|
||||
load_default=None,
|
||||
)
|
||||
dashboard_id = fields.Integer(required=False, allow_none=True, load_default=None)
|
||||
|
||||
@pre_load
|
||||
def set_default_per_page(
|
||||
|
||||
Reference in New Issue
Block a user