Skip to main content
Note: Query views are not removed from the model itself and will still be accessible via SQL. To “soft delete” a view instead, use the ignored parameter.

Syntax

hidden: true

Properties

hidden
boolean
default:"false"
If true, the query view will be hidden in the UI.

Examples

Hide query view in UI
hidden: true