Skip to main content
Version: Next

DatasetCacheWarmUpResponseSchema

result object[]

A list of each chart's warmup status and errors if any

  • Array [
  • chart_idinteger

    The ID of the chart the status belongs to

    viz_errorstring

    Error that occurred when warming cache for chart

    viz_statusstring

    Status of the underlying query for the viz

  • ]
  • DatasetCacheWarmUpResponseSchema
    {
    "result": [
    {
    "chart_id": 0,
    "viz_error": "string",
    "viz_status": "string"
    }
    ]
    }