Skip to content

Commit

Permalink
Update to 2023Q3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Oct 3, 2023
1 parent 73c127e commit ad8b583
Show file tree
Hide file tree
Showing 6 changed files with 11,914 additions and 4,144 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.202304` union all
select * from `githubarchive.month.202305` union all
select * from `githubarchive.month.202306`
select * from `githubarchive.month.202307` union all
select * from `githubarchive.month.202308` union all
select * from `githubarchive.month.202309`
) event
where event.type in (
'IssuesEvent', 'PullRequestEvent', 'WatchEvent'
Expand Down
Loading

0 comments on commit ad8b583

Please sign in to comment.