| Parameter | Description |
|---|---|
| ai_context | Free text that can provide context about a view to the AI query helper. |
| aliases | Map old table names to updated table names to preserve content. |
| custom_compound_primary_key_sql | Defines an array of field names that make up a view’s compound primary key. |
| default_drill_fields | Sets the default drill set for all measures in a view. |
| default_drill_query | Set the default drill query for all measures in a view. |
| display_order | Overrides the sort order for views in the field browser. |
| extends | Inherit attributes from another view inside of Omni. |
| fill_fields | Fills an enumerated list to ensure all values are represented in the dataset. |
| folder | Nest views in a folder in the model IDE for better organization. |
| hidden | Removes a view from the workbook UI while keeping it referenceable in the model. |
| ignored | Soft-deletes a view in the model. |
| label | Overrides the name of the view in the UI. |
| materialized_query | Configures aggregate awareness between two views. |
| name | Reference name for the view, implicit in the file name. |
| query | Defines a view from a workbook query. |
| required_access_grants | Limits a user’s ability to query a view based on assigned user attributes. |
| schema | Specifies the database schema for a table. |
| schema_label | Defines a display label for the database schema. |
| sql | Defines a view from a SQL query. |
| table_name | Specifies the database table name underlying the view. |
| tags | Curates view and field groups for organizing and grouping views in the UI. |
| template | Disables the Content Validator for abstract models. |
| uploaded_table_name | Unique identifier for views created from uploaded CSV/XLSX files. |