freemartianFrom ready To Active
    Updated 2022-05-09
    select count(current_status), date_trunc('week', block_timestamp) as date
    from thorchain.update_node_account_status_events
    where current_status = 'Active'
    group by date
    Run a query to Download Data