feat: Enable drilling in embedded (#34319)

This commit is contained in:
Vitor Avila
2025-08-05 02:23:00 -03:00
committed by GitHub
parent 791ea9860d
commit 49689eec6c
29 changed files with 1510 additions and 336 deletions

View File

@@ -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(