ethereum.beacon_chain Table: fact_pending_consolidations Type: View
This model details the pending validator consolidations on the Ethereum beacon chain. Consolidations
allow validators to merge stake from a source validator to a target validator, introduced as part of
the Electra upgrade.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| REQUEST_SLOT_NUMBER | NUMBER | The slot number that the queue was read at. |
| SOURCE_INDEX | NUMBER | The source validator index for the consolidation. |
| TARGET_INDEX | NUMBER | The target validator index for the consolidation. |
| FACT_PENDING_CONSOLIDATIONS_ID | TEXT | The unique identifier for a row. |
| INSERTED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp when the pending consolidation was inserted. |
| MODIFIED_TIMESTAMP | TIMESTAMP_NTZ | The timestamp when the pending consolidation was modified. |