SQLDataset.references
Home > @gooddata/sdk-code-schemas > v1 > SQLDataset > references
v1.SQLDataset.references property
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.
Signature:
references?: Reference[];