DashboardYaml
DashboardYaml
Data quality dashboard definition YAML schema for a data quality dashboards list specification.
The structure of this object is described below
Property name | Description | Data type | Enum values | Default value | Sample values |
---|---|---|---|---|---|
api_version | string | ||||
kind | enum | table dashboards source sensor check rule file_index settings provider_sensor |
|||
spec | DashboardsFolderListSpec |
DashboardsFolderListSpec
List of dashboard folders.
DashboardListSpec
List of dashboards.
DashboardsFolderSpec
Description of a folder with multiple dashboards or other folders.
The structure of this object is described below
Property name | Description | Data type | Enum values | Default value | Sample values |
---|---|---|---|---|---|
folder_name | Folder name | string | |||
dashboards | List of data quality dashboard at this level. | DashboardListSpec | |||
folders | List of data quality dashboard folders at this level. | DashboardsFolderListSpec |
DashboardSpec
Description of a single dashboard that is available in the platform.
The structure of this object is described below
Property name | Description | Data type | Enum values | Default value | Sample values |
---|---|---|---|---|---|
dashboard_name | Dashboard name | string | |||
url | Dashboard url | string | |||
width | Dashboard width (px) | integer | |||
height | Dashboard height (px) | integer |