Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

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