datavortexprofound-lime
    Updated 2025-01-10
    SELECT DISTINCT
    tx_type,
    event_data,
    SPLIT_PART(event_type, '::', 1) AS part_1,
    SPLIT_PART(event_type, '::', 2) AS part_2,
    SPLIT_PART(event_type, '::', 3) AS part_3
    FROM aptos.core.fact_events;

    QueryRunArchived: QueryRun has been archived