Workbook queries can be saved as views, allowing you to quickly build and join subqueries to your analysis. This workflow allows you to do light transformations on data, which are then compiled as CTEs when queried.Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
To create query views, you’ll need:- Querier, Modeler, or Connection Admin permissions
- Connection Admin or Modeler permissions to promote the changes to the shared model
Creating query views
Start by building out a query in a workbook. Then:1
Click Model > Save query as view.
2
When prompted, enter a name for the view. Omni provides a smart default name:
- For point-and-click (semantic) queries:
{base_view_name}_facts(e.g.,users_facts) - For raw SQL queries:
sql_query_view_HH_MM(based on the current time)
_2, _3, etc. to avoid name collisions. You can customize the name by editing the Name field.3
Click Create query view.
