adriaparcerisasnear developer 6
    Updated 2024-03-23
    SELECT
    distinct repo_name, count(distinct repo_owner) as collaborators
    FROM
    near.core.fact_developer_activity
    group by 1 order by 2 desc

    limit 10

    QueryRunArchived: QueryRun has been archived