sarath user behavior 2
    Updated 2022-06-22
    SELECT DISTINCT event_type,count(tx_id) as txns
    FROM flow.core.fact_events
    WHERE tx_succeeded = 'TRUE'
    GROUP by 1

    Run a query to Download Data