Syntax
Properties
An array of field names that match the dimension names in your view definition. Note: When the view is saved, Omni will automatically format field references according to your database type:
- Snowflake - Field names are automatically converted to uppercase and wrapped in double quotes. For example,
[ id, created_at_month ]will become[ '"ID"', '"CREATED_AT_MONTH"' ] - Google BigQuery - Field names remain as entered without additional quotes. For example,
[ id, created_at_month ]will remain as-is.
Examples
Compound primary key of id & created month