mirror of
https://github.com/apache/superset.git
synced 2026-08-04 21:12:44 +00:00
32 lines
874 B
JSON
32 lines
874 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"result": {
|
|
"description": "A list of each chart's warmup status and errors if any",
|
|
"items": {
|
|
"properties": {
|
|
"chart_id": {
|
|
"description": "The ID of the chart the status belongs to",
|
|
"type": "integer"
|
|
},
|
|
"viz_error": {
|
|
"description": "Error that occurred when warming cache for chart",
|
|
"type": "string"
|
|
},
|
|
"viz_status": {
|
|
"description": "Status of the underlying query for the viz",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "ChartCacheWarmUpResponseSingle"
|
|
},
|
|
"type": "array"
|
|
}
|
|
},
|
|
"type": "object",
|
|
"title": "ChartCacheWarmUpResponseSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|