Query views are views created from an underlying workbook query. 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.
Query view basics
How are database views and query views different?
How are database views and query views different?
A database view is auto-generated from tables in your database.A query view is a reusable view created from a workbook query. The query can be created using Omni’s point-and-click UI or through SQL.
Who can create a query view?
Who can create a query view?
Users with Connection Admin, Modeler, or Querier permissions can create query views.
Who can query a query view?
Who can query a query view?
Users with Connection Admin, Modeler, or Querier permissions can use query views in workbook queries.
Are query views visible in the model IDE?
Are query views visible in the model IDE?
Yes. Query views are included in the Schemas section of the model IDE’s Files browser.You can identify a query view by its file name. Query view file names are appended with
.query.view, for example user_facts.query.view.How can I tell the difference between SQL and point-and-click query views?
How can I tell the difference between SQL and point-and-click query views?
Can query views be promoted to the shared model?
Can query views be promoted to the shared model?