khanhEthereum Total transaction in the last month
    Updated 2022-09-16
    select count(*) as txns_count from ethereum.core.fact_transactions
    where status = 'SUCCESS'
    and block_timestamp::date >= current_date - interval '{{ months}} months'
    Run a query to Download Data