zhimin-z commited on
Commit ·
9d8b26b
1
Parent(s): 4ad0589
fix
Browse files
msr.py
CHANGED
|
@@ -474,8 +474,7 @@ def fetch_all_metadata_streaming(conn, identifiers, start_date, end_date):
|
|
| 474 |
filename=true,
|
| 475 |
compression='gzip',
|
| 476 |
format='newline_delimited',
|
| 477 |
-
ignore_errors=true
|
| 478 |
-
strptime_format='%Y-%m-%dT%H:%M:%SZ'
|
| 479 |
)
|
| 480 |
WHERE
|
| 481 |
type IN ('IssuesEvent', 'IssueCommentEvent', 'PullRequestEvent', 'DiscussionEvent')
|
|
|
|
| 474 |
filename=true,
|
| 475 |
compression='gzip',
|
| 476 |
format='newline_delimited',
|
| 477 |
+
ignore_errors=true
|
|
|
|
| 478 |
)
|
| 479 |
WHERE
|
| 480 |
type IN ('IssuesEvent', 'IssueCommentEvent', 'PullRequestEvent', 'DiscussionEvent')
|