Skip to content

Commit

Permalink
Update for 2023Q4
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Jan 3, 2024
1 parent 50be753 commit 11b39f4
Show file tree
Hide file tree
Showing 5 changed files with 12,466 additions and 4,708 deletions.
6 changes: 3 additions & 3 deletions process/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ class Args(typ.TypedDict):
''
) as repo
from (
select * from `githubarchive.month.202307` union all
select * from `githubarchive.month.202308` union all
select * from `githubarchive.month.202309`
select * from `githubarchive.month.202310` union all
select * from `githubarchive.month.202311` union all
select * from `githubarchive.month.202312`
) event
where event.type in (
'IssuesEvent', 'PullRequestEvent', 'WatchEvent'
Expand Down
Loading

0 comments on commit 11b39f4

Please sign in to comment.