ilia_2022Untitled Query
    Updated 2022-05-31
    select TX_STATUS , MSG_TYPE , count( TX_ID)
    --select tx_id
    from osmosis.core.fact_msgs
    where date(BLOCK_TIMESTAMP) >= '2022-02-01' and TX_STATUS ='FAILED'
    group by 1 , 2


    Run a query to Download Data