Skip to content

Commit

Permalink
Update for 2024Q3
Browse files Browse the repository at this point in the history
  • Loading branch information
tjpalmer committed Oct 3, 2024
1 parent ce65226 commit 15c3a40
Show file tree
Hide file tree
Showing 6 changed files with 15,438 additions and 6,988 deletions.
2 changes: 2 additions & 0 deletions process/ghquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
import pathlib as pth
import re
import requests
import time
import traceback
import typing as typ
import urllib3
Expand Down Expand Up @@ -124,6 +125,7 @@ def run(*, args: Args):
# Print and continue.
err_count += 1
traceback.print_exc()
time.sleep(10)
print(f"\nerrors: {err_count} / {total_count} total")


Expand Down
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.202404` union all
select * from `githubarchive.month.202405` union all
select * from `githubarchive.month.202406`
select * from `githubarchive.month.202407` union all
select * from `githubarchive.month.202408` union all
select * from `githubarchive.month.202409`
) event
where event.type in (
'IssuesEvent', 'PullRequestEvent', 'WatchEvent'
Expand Down
Loading

0 comments on commit 15c3a40

Please sign in to comment.