Dataset
Duration (in seconds) of the caching timeout for this dataset.
Column formats.
Columns metadata.
Database associated with the dataset.
Dataset name.
Default endpoint for the dataset.
Dataset description.
The URL for editing the dataset.
JSON string containing extra configuration elements.
Predicate used when fetching values from the dataset.
SELECT filter applied to the dataset.
If the SELECT filter is enabled.
Name of temporal column used for time filtering for SQL datasources. This field is deprecated, use granularity instead.
Health check message.
Dataset ID.
If the dataset is a SQL Lab view.
The main temporal column.
Dataset metrics.
Dataset name.
Dataset offset.
List of order by columns.
List of owners identifiers
Extra params for the dataset.
Permission expression.
Dataset schema.
Select all clause.
A SQL statement that defines the dataset.
The name of the table associated with the dataset.
Table template params.
List of temporal granularities supported by the dataset.
Dataset type.
Dataset unique identifier.
Mapping from raw name to verbose name.
{
"cache_timeout": 0,
"column_formats": {},
"columns": [
{}
],
"database": {},
"datasource_name": "string",
"default_endpoint": "string",
"description": "string",
"edit_url": "string",
"extra": {},
"fetch_values_predicate": "string",
"filter_select": true,
"filter_select_enabled": true,
"granularity_sqla": [
{}
],
"health_check_message": "string",
"id": 0,
"is_sqllab_view": true,
"main_dttm_col": "string",
"metrics": [
{}
],
"name": "string",
"offset": 0,
"order_by_choices": [
"string"
],
"owners": [
0
],
"params": {},
"perm": "string",
"schema": "string",
"select_star": "string",
"sql": "string",
"table_name": "string",
"template_params": {},
"time_grain_sqla": [
"string"
],
"type": "string",
"uid": "string",
"verbose_map": {}
}