Skip to main content
This parameter can’t be used if ignored_views is in use.
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.
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

Properties

string[]
A list of view names to include for use in workbooks. Each value must be the name of a view in the underlying database connection.Individual view names must be fully qualified (<schema>.<view> or <schema>__<view>), or you can use wildcard syntax (\*) to match multiple views within a schema.

Examples