Skip to main content
Soft-deletes a query view in the model, effectively removing the query view from the model. Useful for hiding undesirable tables. When using this parameter, note that:
  • When applied, references to the query view will break, resulting in model validation errors
  • Query views are not removed from the schema and will still be accessible via SQL
To instead hide a query view from the workbook UI, use the hidden parameter.

Syntax

Properties

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

Examples

Ignore a query view