Skip to main content
Version: Next

CacheInvalidationRequestSchema

datasource_uidsstring[]

The uid of the dataset/datasource this new chart will use. A complete datasource identification needs datasource_uid

datasources object[]

A list of the data source and database names

  • Array [
  • catalogstringnullable

    Datasource catalog

    database_namestring

    Datasource name

    datasource_namestring

    The datasource name.

    datasource_typestringrequired

    The type of dataset/datasource identified on datasource_id.

    Possible values: [table, dataset, query, saved_query, view]

    schemastring

    Datasource schema

  • ]
  • CacheInvalidationRequestSchema
    {
    "datasource_uids": [
    "string"
    ],
    "datasources": [
    {
    "catalog": "string",
    "database_name": "string",
    "datasource_name": "string",
    "datasource_type": "table",
    "schema": "string"
    }
    ]
    }