flipside
GROWTH MCP
IDG PLAYBOOK
JOURNEYS
INSIGHTS
About
Log in
GET STARTED
flipside
% of Actions by Action Type
rajs
% of Actions by Action Type
Updated 2023-01-25
Copy Reference
Fork
9
1
2
3
4
5
6
7
›
⌄
SELECT
date_trunc
(
'month'
,
updatedat
)
as
date
,
case
when
url
ilike
'%pull%'
then
'Pull Request'
else
'Issue'
end
as
action_type
,
count
(
*
)
as
no_of_actions
from
near
.
beta
.
github_activity
group
by
1
,
2
order
by
1
,
2
Results
Run a query to Download Data