A dataset reference.
Name | Type | Description | Notes |
---|---|---|---|
identifier | ReferenceIdentifier | ||
multivalue | bool | The multi-value flag enables many-to-many cardinality for references. | |
source_column_data_types | [str] | An array of source column data types for a given reference. Deprecated, use 'sources' instead. | [optional] |
source_columns | [str] | An array of source column names for a given reference. Deprecated, use 'sources' instead. | [optional] |
sources | [DeclarativeReferenceSource] | An array of source columns for a given reference. | [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] |