mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
27 lines
721 B
JSON
27 lines
721 B
JSON
{
|
|
"schema": {
|
|
"properties": {
|
|
"dashboard_id": {
|
|
"description": "The ID of the dashboard to get filters for when warming cache",
|
|
"type": "integer"
|
|
},
|
|
"db_name": {
|
|
"description": "The name of the database where the table is located",
|
|
"type": "string"
|
|
},
|
|
"extra_filters": {
|
|
"description": "Extra filters to apply when warming up cache",
|
|
"type": "string"
|
|
},
|
|
"table_name": {
|
|
"description": "The name of the table to warm up cache for",
|
|
"type": "string"
|
|
}
|
|
},
|
|
"required": ["db_name", "table_name"],
|
|
"type": "object",
|
|
"title": "DatasetCacheWarmUpRequestSchema"
|
|
},
|
|
"schemaType": "response"
|
|
}
|