issue_comments
6 rows where author_association = "OWNER", issue = 1363440999 and user = 9599 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Ability to set a custom facet_size per table · 6 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | issue | performed_via_github_app |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1238773577 | https://github.com/simonw/datasette/issues/1804#issuecomment-1238773577 | https://api.github.com/repos/simonw/datasette/issues/1804 | IC_kwDOBm6k_c5J1i9J | simonw 9599 | 2022-09-07T00:21:56Z | 2022-09-07T00:21:56Z | OWNER |
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to set a custom facet_size per table 1363440999 | |
| 1238347451 | https://github.com/simonw/datasette/issues/1804#issuecomment-1238347451 | https://api.github.com/repos/simonw/datasette/issues/1804 | IC_kwDOBm6k_c5Jz667 | simonw 9599 | 2022-09-06T15:59:26Z | 2022-09-06T15:59:26Z | OWNER | Still needs documentation. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to set a custom facet_size per table 1363440999 | |
| 1238313314 | https://github.com/simonw/datasette/issues/1804#issuecomment-1238313314 | https://api.github.com/repos/simonw/datasette/issues/1804 | IC_kwDOBm6k_c5Jzyli | simonw 9599 | 2022-09-06T15:31:36Z | 2022-09-06T15:31:36Z | OWNER | In that code So reading metadata via |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to set a custom facet_size per table 1363440999 | |
| 1238311565 | https://github.com/simonw/datasette/issues/1804#issuecomment-1238311565 | https://api.github.com/repos/simonw/datasette/issues/1804 | IC_kwDOBm6k_c5JzyKN | simonw 9599 | 2022-09-06T15:30:19Z | 2022-09-06T15:30:19Z | OWNER | {
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to set a custom facet_size per table 1363440999 | ||
| 1238309481 | https://github.com/simonw/datasette/issues/1804#issuecomment-1238309481 | https://api.github.com/repos/simonw/datasette/issues/1804 | IC_kwDOBm6k_c5Jzxpp | simonw 9599 | 2022-09-06T15:28:35Z | 2022-09-06T15:28:35Z | OWNER | I'm going to do this just at the table level - if you want it at the database level I would imagine usually you would be OK running I may reconsider this in the future. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to set a custom facet_size per table 1363440999 | |
| 1238308213 | https://github.com/simonw/datasette/issues/1804#issuecomment-1238308213 | https://api.github.com/repos/simonw/datasette/issues/1804 | IC_kwDOBm6k_c5JzxV1 | simonw 9599 | 2022-09-06T15:27:31Z | 2022-09-06T15:27:31Z | OWNER | Relevant example from https://docs.datasette.io/en/stable/metadata.html#per-database-and-per-table-metadata
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Ability to set a custom facet_size per table 1363440999 |
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]);
user 1