Skip to main content
idType
string
required

The id type this aggregated table is keyed by

status
enum<string>
required

Materialization status: pending (not yet built), running (a refresh is in progress), active (materialized and queryable), or error (the last run failed).

Available options:
running,
error,
pending,
active
tableFullName
string | null
required

Fully-qualified warehouse table name, or null if it has not been created yet

firstEventDate
string<date-time> | null
required

Earliest event date covered by the materialized data

lastEventDate
string<date-time> | null
required

Latest event date covered by the materialized data

lastMaxTimestamp
string<date-time> | null
required

Event-time high-water mark; the next incremental refresh appends events after this timestamp

lastError
string | null
required

Error message from the last failed run, if any

dateUpdated
string<date-time> | null
required

When the aggregation metadata was last updated

pendingRestate
boolean
required

Whether the next run will be forced to drop and rebuild the table instead of appending incrementally

pendingRestateReason
enum<string> | null
required

Why a restate is pending, if pendingRestate is true

Available options:
incomplete-write,
schema-drift