Skip to main content
This effictively removes the view from the model, which can be useful for hiding undesirable schema tables. When using this parameter, note that:
  • When applied, references to the view will break, resulting in model validation errors
  • Views are not removed from the schema and will still be accessible via SQL
To instead hide a view from the workbook UI, use the hidden parameter.

Syntax

ignored: true

Properties

ignored
boolean
default:"false"
If true, the view will be ignored.

Examples

Ignore a view
ignored: true