cyphereth failure rate
    Updated 2023-04-13
    select count(*) as n_transactions, status from ethereum.core.fact_transactions
    where block_timestamp >= '2022-6-20'
    group by status
    Run a query to Download Data