mirror of
https://github.com/apache/superset.git
synced 2026-08-04 04:52:32 +00:00
62 lines
1.2 KiB
Plaintext
62 lines
1.2 KiB
Plaintext
---
|
|
id: dataset
|
|
title: 'Dataset'
|
|
description: ''
|
|
sidebar_label: 'Dataset'
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
schema: true
|
|
sample:
|
|
{
|
|
'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': {},
|
|
}
|
|
custom_edit_url: null
|
|
---
|
|
|
|
import Schema from '@theme/Schema';
|
|
import Heading from '@theme/Heading';
|
|
|
|
<Heading
|
|
as={'h1'}
|
|
className={'openapi__heading'}
|
|
children={'Dataset'}
|
|
></Heading>
|
|
|
|
<Schema
|
|
{...require("./dataset.Schema.json")}
|
|
>
|
|
|
|
</Schema>
|