Files
superset2/docs/developer_docs_versioned_docs/version-6.1.0/api/schemas/datasetcachewarmupresponsesingle.Schema.json
2026-07-28 21:39:01 +07:00

22 lines
524 B
JSON

{
"schema": {
"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": "DatasetCacheWarmUpResponseSingle"
},
"schemaType": "response"
}