mattkstewCopy of Terra 4
    Updated 2023-01-14
    select
    date_trunc('week', block_timestamp),
    count(distinct voter )


    from terra.core.fact_governance_votes
    group by 1

    Run a query to Download Data