issue_comments
2 rows where issue = 663317875
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
id ▼ | html_url | issue_url | node_id | user | created_at | updated_at | author_association | body | reactions | issue | performed_via_github_app |
---|---|---|---|---|---|---|---|---|---|---|---|
662114881 | https://github.com/simonw/datasette/issues/905#issuecomment-662114881 | https://api.github.com/repos/simonw/datasette/issues/905 | MDEyOklzc3VlQ29tbWVudDY2MjExNDg4MQ== | simonw 9599 | 2020-07-21T21:25:37Z | 2020-07-21T21:25:37Z | OWNER | I can use `aiofiles.os.stat` for this: https://github.com/Tinche/aiofiles/blob/master/aiofiles/os.py | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | /database.db download should include content-length header 663317875 | |
662241702 | https://github.com/simonw/datasette/issues/905#issuecomment-662241702 | https://api.github.com/repos/simonw/datasette/issues/905 | MDEyOklzc3VlQ29tbWVudDY2MjI0MTcwMg== | simonw 9599 | 2020-07-22T04:59:46Z | 2020-07-22T04:59:46Z | OWNER | Deployed and working: ``` % curl -I 'https://fivethirtyeight.datasettes.com/fivethirtyeight.db' HTTP/1.1 200 OK Date: Wed, 22 Jul 2020 04:59:23 GMT Content-Type: application/octet-stream Content-Length: 281845760 Connection: keep-alive Set-Cookie: __cfduid=d550b15c99aa59144e49557ced64fc48a1595393963; expires=Fri, 21-Aug-20 04:59:23 GMT; path=/; domain=.datasettes.com; HttpOnly; SameSite=Lax Via: 1.1 vegur Cache-Control: max-age=14400 CF-Cache-Status: MISS Accept-Ranges: bytes cf-request-id: 04167d0c7100000540f98e8200000001 Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct" Server: cloudflare CF-RAY: 5b6a978d89b30540-LAX ``` | {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} | /database.db download should include content-length header 663317875 |
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, [issue] INTEGER REFERENCES [issues]([id]) , [performed_via_github_app] TEXT); CREATE INDEX [idx_issue_comments_issue] ON [issue_comments] ([issue]); CREATE INDEX [idx_issue_comments_user] ON [issue_comments] ([user]);