What’s changing
New columnsEPOCH_NUMBER and SLOT_NUMBER are available alongside the legacy EPOCH and SLOT columns on April 9, 2026.
Values in
EPOCH_NUMBER and SLOT_NUMBER match the same underlying data as EPOCH and SLOT before the drop.
Timeline
What this means for you
- Until May 23, 2026: Queries that use
EPOCHorSLOTcontinue to work; migrate in parallel usingEPOCH_NUMBER/SLOT_NUMBER. - From May 23, 2026:
EPOCHandSLOTwill no longer exist on these tables — you must useEPOCH_NUMBERandSLOT_NUMBER. - Recommended path: Prefer
EPOCH_NUMBERandSLOT_NUMBERin all new or updated queries and dashboards, and complete rewrites of existing logic by May 21, 2026 (see Timeline).