issue_comments
2 rows where user = 15351025 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
595398641 | https://github.com/pydata/xarray/issues/3831#issuecomment-595398641 | https://api.github.com/repos/pydata/xarray/issues/3831 | MDEyOklzc3VlQ29tbWVudDU5NTM5ODY0MQ== | JarrodBWong 15351025 | 2020-03-05T19:15:28Z | 2020-03-05T19:15:28Z | NONE | I never called |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Errors using to_zarr for an s3 store 576337745 | |
595376692 | https://github.com/pydata/xarray/issues/3831#issuecomment-595376692 | https://api.github.com/repos/pydata/xarray/issues/3831 | MDEyOklzc3VlQ29tbWVudDU5NTM3NjY5Mg== | JarrodBWong 15351025 | 2020-03-05T18:25:18Z | 2020-03-05T18:25:18Z | NONE | Thanks for the responses. I have tried this both with and without dask so far. Taking out mode='w' did just go through successfully which I'm surprised by. I had tried to delete all of the uploaded directory structure before in between attempts to give it that same effect of a "fresh path". |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Errors using to_zarr for an s3 store 576337745 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE [issue_comments] ( [html_url] TEXT, [issue_url] TEXT, [id] INTEGER PRIMARY KEY, [node_id] TEXT, [user] INTEGER REFERENCES [users]([id]), [created_at] TEXT, [updated_at] TEXT, [author_association] TEXT, [body] TEXT, [reactions] TEXT, [performed_via_github_app] TEXT, [issue] INTEGER REFERENCES [issues]([id]) ); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);
user 1