| Parameter | Description |
|---|---|
| ai_fields | Curates the fields in the topic that are provided to the AI query helper. |
| always_where_filters | Applies a filter to all rows in a query using filter syntax. |
| always_where_sql | Applies a filter to all rows in a query using SQL. |
| auto_run | Forces all queries using the topic to require a run click to return new results. |
| base_view | Defines the base view for the topic. |
| base_view_label | Defines the display name of the table in the workbook when it is accessed from the topic. |
| cache_policy | Defines the cache policy for the topic. |
| default_filters | Applies a filter to all rows in a topic. Filters created using this parameter are visible in workbooks and can be removed by users. |
| description | Free text that describes the table. |
| display_order | Defines the order that topics display in the field picker. |
| extends | Allows for inheriting and overriding another topic inside of Omni. |
| fields | Curates the fields available in the topic. |
| group_label | Defines the group the topic belongs to. |
| hidden | Removes the topic from the workbook. |
| joins | Declares other views as part of the topic. |
| label | Defines a display name for the topic. |
| owners | A list of email addresses indicating who the owners of the topic are. |
| relationships | Defines a list of topic-level joins. |
| required_access_grants | Defines a list of access grants for the topic, which are used to control access. |
| sample_queries | Defines a list of sample queries that could be performed on the topic. |
| views | Allows customization of views only in the context of the topic. |