Skip to main content
When true, the field is excluded only during explicit extension. Unlike ignored, this parameter affects only explicit extensions. The field still appears in combined modes (e.g., YAML or Git representations).

Syntax

<dimension_name>:
  ignore_from_extended: true

Properties

dimension_name
object
The name of the dimension. Dimension names must:
  • Be unique within the view
  • Start with a letter
  • Contain only alphanumeric characters and underscores

Examples

Exclude from extended views
created_at:
  ignore_from_extended: true