Stat Legend
Data Dictionary — Staging
Field-level docs for staging tables (354 total)
Generated field inventory
Read staging as the translation layer
This inventory shows where raw payloads start sounding like a warehouse. Use it to verify normalized names, key cleanup, and source carry-through before you reason about downstream joins.
confirm how raw fields were cleaned up for staging and load
staging names, foreign keys, and cleaned types usually get clearer here
regenerate from schema metadata instead of hand-editing
Compare staging names to the raw counterpart
This is the right page when the upstream field exists, but you need the normalized warehouse-facing name.
Watch the cleaned keys and types
Staging is where foreign-key hints, renamed identifiers, and typed columns start becoming useful for SQL.
Follow the possession downstream
Once the staging shape is clear, switch to relationships or lineage to understand impact and joins.
Next possession
Use staging names as the translation layer
Staging fields are where raw payloads start sounding like a warehouse. These next stops help you decode normalized names, trace upstream sources, and turn cleaned columns into join decisions.
Field Reference
Translate staging naming habits into semantic meaning before reading transform code.
Relationships
Use the cleaned keys and renamed columns to plan safe star-schema joins.
Table Lineage
Trace where a staging field comes from and which downstream outputs inherit it.
Data Dictionary — Staging
This tier contains 354 tables.
Progressive scan
Open only the generated family and contract you need
The full board is still here, but it now stays grouped until you open a family or filter to the exact table you need.
Companion cuts
Turn cleaned field names into SQL decisions
These companion pages turn staging inventories into practical naming, join, and dependency guidance.
Decode staging naming habits
Use the naming guide when the cleaned column is clearer than raw, but still needs interpretation.
Turn staging keys into relationship plans
Move from renamed identifiers to the actual join lanes used in warehouse reads.
Trace downstream tables before you change anything
Check impact radius when a staging field or table might feed multiple facts, dimensions, or aggregates.
