mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix(open-api): Add missing FormatQueryPayloadSchema and DashboardScreenshotPostSchema to open-api component schemas (#33202)
This commit is contained in:
@@ -88,6 +88,7 @@ class SqlLabRestApi(BaseSupersetApi):
|
||||
openapi_spec_component_schemas = (
|
||||
EstimateQueryCostSchema,
|
||||
ExecutePayloadSchema,
|
||||
FormatQueryPayloadSchema,
|
||||
QueryExecutionResponseSchema,
|
||||
SQLLabBootstrapSchema,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user