Defines a list of views from the database schema to include in the model. Views that aren’t included can’t be referenced when modeling.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.
Topics whose
base_view is not in the included_views list are automatically hidden in workbooks and excluded from model validation. No manual topic ignoring is required.Syntax
- Fully-qualified view names (
<schema>.<view>or<schema>__<view>) are supported. - Use wildcard syntax (
\*) to match multiple views within a schema