flipside
FLIPSIDEAI
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
asdbjkasdjkas
jackguy
asdbjkasdjkas
Updated 2023-01-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
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
Results
Run a query to Download Data