issue_comments
3 rows where issue = 617476316 and user = 2448579 sorted by updated_at descending
This data as json, CSV (advanced)
issue 1
- Automatic chunking of arrays ? · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 628582552 | https://github.com/pydata/xarray/issues/4055#issuecomment-628582552 | https://api.github.com/repos/pydata/xarray/issues/4055 | MDEyOklzc3VlQ29tbWVudDYyODU4MjU1Mg== | dcherian 2448579 | 2020-05-14T11:51:21Z | 2020-05-14T11:51:21Z | MEMBER |
Can we catch this error and re-raise specifying "automatic chunking fails for object arrays. These include cftime DataArrays" or something like that? |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic chunking of arrays ? 617476316 | |
| 628231949 | https://github.com/pydata/xarray/issues/4055#issuecomment-628231949 | https://api.github.com/repos/pydata/xarray/issues/4055 | MDEyOklzc3VlQ29tbWVudDYyODIzMTk0OQ== | dcherian 2448579 | 2020-05-13T20:35:49Z | 2020-05-13T20:35:49Z | MEMBER | Awesome! Please see https://xarray.pydata.org/en/stable/contributing.html for docs on contributing |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic chunking of arrays ? 617476316 | |
| 628065564 | https://github.com/pydata/xarray/issues/4055#issuecomment-628065564 | https://api.github.com/repos/pydata/xarray/issues/4055 | MDEyOklzc3VlQ29tbWVudDYyODA2NTU2NA== | dcherian 2448579 | 2020-05-13T15:26:10Z | 2020-05-13T15:26:49Z | MEMBER | so A PR would be very welcome if you have the time, @AndrewWilliams3142 |
{
"total_count": 1,
"+1": 1,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
Automatic chunking of arrays ? 617476316 |
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