jackguyasdbjkasdjkas
    Updated 2023-01-26
    SELECT
    -- date_trunc('week', createdat) as week,
    REPO,
    count(*) as git_actions,
    count(DISTINCT author) as git_author
    FROM near.beta.github_activity
    GROUP BY 1--,2
    HAVING git_author > 8
    Run a query to Download Data