Skip to content

Commit

Permalink
Update to 2024Q4; avoid gh issues for now
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Jan 3, 2025
1 parent 15c3a40 commit a40a7ef
Show file tree
Hide file tree
Showing 6 changed files with 10,792 additions and 3,099 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.202407` union all
select * from `githubarchive.month.202408` union all
select * from `githubarchive.month.202409`
select * from `githubarchive.month.202410` union all
select * from `githubarchive.month.202411` union all
select * from `githubarchive.month.202412`
) event
where event.type in (
'IssuesEvent', 'PullRequestEvent', 'WatchEvent'
Expand Down
Loading

0 comments on commit a40a7ef

Please sign in to comment.