A dataset defined by its properties.
Name | Type | Description | Notes |
---|---|---|---|
grain | [GrainIdentifier] | An array of grain identifiers. | |
id | str | The Dataset ID. This ID is further used to refer to this instance of dataset. | |
references | [DeclarativeReference] | An array of references. | |
title | str | A dataset title. | |
attributes | [DeclarativeAttribute] | An array of attributes. | [optional] |
data_source_table_id | DataSourceTableIdentifier | [optional] | |
description | str | A dataset description. | [optional] |
facts | [DeclarativeFact] | An array of facts. | [optional] |
sql | DeclarativeDatasetSql | [optional] | |
tags | [str] | A list of tags. | [optional] |
workspace_data_filter_columns | [DeclarativeWorkspaceDataFilterColumn] | An array of columns which are available for match to implicit workspace data filters. | [optional] |
workspace_data_filter_references | [DeclarativeWorkspaceDataFilterReferences] | An array of explicit workspace data filters. | [optional] |
any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |