Updated 2024-12-04
    SELECT
    DISTINCT msg_group,
    msg_index,
    msg_type,
    attribute_key,
    attribute_value
    FROM
    sei.core.fact_msg_attributes
    WHERE attribute_key = 'validator'
    AND msg_type = 'delegate'
    QueryRunArchived: QueryRun has been archived