SQLDataset
Home > @gooddata/sdk-code-schemas > v1 > SQLDataset
v1.SQLDataset interface
Signature:
export interface SQLDataset
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) An optional data source id used for the specific dataset. | ||
|
string |
(Optional) An optional description of the dataset. | ||
|
(Optional) | |||
|
number |
(Optional) An optional precedence value for the dataset (whole positive number). | ||
|
(Optional) | |||
|
(Optional) A list of references, specifies the relations between datasets. Foreign dataset is defined in "dataset" attribute and will always be joined by it's grain. Current dataset will be join by the column name defined in "using" attribute. | |||
|
string |
A sql statement that represent a table. | ||
|
string |
(Optional) A table path in the data source delimited by / character. | ||
|
(Optional) | |||
|
string |
(Optional) An optional human readable title for the dataset. Will be derived from id if not provided explicitly. | ||
|
"dataset" | |||
|
(Optional) A list of workspace data filters to be applied to the dataset. |