ArashhUntitled Query
    Updated 2023-02-19
    select
    PROPOSAL_ID as pid,
    MESSAGE_VALUE['content']['title'] as title,
    MESSAGE_VALUE['content']['description'] as description

    from
    terra.core.fact_governance_submit_proposal a
    inner join
    terra.core.ez_messages b
    on a.TX_ID=b.TX_ID
    limit 10
    Run a query to Download Data