githubEdit

Schema Configuration

Schema configuration reference.

This page points to the schema reference for column definitions, null-handling behavior, and complex types. The full schema examples and field-spec tables remain in the existing schema page.

Key Areas

Area
Why it matters
Source

Schema name

Must match the table name without the OFFLINE or REALTIME suffix

Dimension, metric, and datetime specs

Define the logical shape of the data

Null handling

Controls schema-level null semantics for column-based null storage

Complex fields

Documents MAP support and child field specs

What this page covered

  • The schema concerns that matter for configuration work.

  • Where to find the canonical field-spec tables and examples.

  • The relationship between schema shape and table configuration.

Next step

Review the schema page before you touch table config so the field names, types, and null behavior stay aligned.

Last updated

Was this helpful?