fix(open-api): Add missing FormatQueryPayloadSchema and DashboardScreenshotPostSchema to open-api component schemas (#33202)

This commit is contained in:
Dog foot ruler
2025-08-13 05:33:23 +09:00
committed by GitHub
parent baec438be9
commit 89f09ea57c
2 changed files with 3 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ class SqlLabRestApi(BaseSupersetApi):
openapi_spec_component_schemas = (
EstimateQueryCostSchema,
ExecutePayloadSchema,
FormatQueryPayloadSchema,
QueryExecutionResponseSchema,
SQLLabBootstrapSchema,
)