Skip to main content
Ignored fields will still be accessible through SQL.
This parameter can be used to โ€˜removeโ€™ fields from the raw database schema.

Syntax

<dimension_name>:
  ignored: 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

Ignore Fivetran metadata field
_fivetran_deleted:
  sql: '"_FIVETRAN_DELETED"'
  ignored: true