Skip to content

Commit

Permalink
Update to 2024Q1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Apr 3, 2024
1 parent 11b39f4 commit af8a513
Show file tree
Hide file tree
Showing 6 changed files with 7,447 additions and 3 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.202310` union all
select * from `githubarchive.month.202311` union all
select * from `githubarchive.month.202312`
select * from `githubarchive.month.202401` union all
select * from `githubarchive.month.202402` union all
select * from `githubarchive.month.202403`
) event
where event.type in (
'IssuesEvent', 'PullRequestEvent', 'WatchEvent'
Expand Down
Loading

0 comments on commit af8a513

Please sign in to comment.