-- SELECT
    -- DISTINCT a.args:project:founders[0] AS address
    -- FROM
    -- near.horizon.fact_decoded_actions a
    -- WHERE
    -- address IS NOT NULL

    SELECT
    *
    FROM
    near.horizon.fact_decoded_actions a
    -- JOIN
    -- near.core.dim_address_labels b
    -- ON a.signer_id = b.address
    WHERE
    a.method_name = 'add_project'
    Run a query to Download Data