Skip to main content
Version: Next

DatasetCacheWarmUpRequestSchema

dashboard_idinteger

The ID of the dashboard to get filters for when warming cache

db_namestringrequired

The name of the database where the table is located

extra_filtersstring

Extra filters to apply when warming up cache

table_namestringrequired

The name of the table to warm up cache for

DatasetCacheWarmUpRequestSchema
{
"dashboard_id": 0,
"db_name": "string",
"extra_filters": "string",
"table_name": "string"
}