issue_comments
3 rows where issue = 291524555 and user = 6815844 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- AttributeError: '<class 'pydap.model.GridType'>' object has no attribute 'shape' · 3 ✖
| id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 360483054 | https://github.com/pydata/xarray/issues/1857#issuecomment-360483054 | https://api.github.com/repos/pydata/xarray/issues/1857 | MDEyOklzc3VlQ29tbWVudDM2MDQ4MzA1NA== | fujiisoup 6815844 | 2018-01-25T14:31:46Z | 2018-01-25T14:31:46Z | MEMBER | I'm also using the same commit version. Can you try to update pydap? 1775 was caused by the update of pydap. This issue might be also. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
AttributeError: '<class 'pydap.model.GridType'>' object has no attribute 'shape' 291524555 | |
| 360464507 | https://github.com/pydata/xarray/issues/1857#issuecomment-360464507 | https://api.github.com/repos/pydata/xarray/issues/1857 | MDEyOklzc3VlQ29tbWVudDM2MDQ2NDUwNw== | fujiisoup 6815844 | 2018-01-25T13:20:58Z | 2018-01-25T13:20:58Z | MEMBER | It looks like you are using the older version than #1775.
Could you try this again?
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
AttributeError: '<class 'pydap.model.GridType'>' object has no attribute 'shape' 291524555 | |
| 360455065 | https://github.com/pydata/xarray/issues/1857#issuecomment-360455065 | https://api.github.com/repos/pydata/xarray/issues/1857 | MDEyOklzc3VlQ29tbWVudDM2MDQ1NTA2NQ== | fujiisoup 6815844 | 2018-01-25T12:38:57Z | 2018-01-25T12:38:57Z | MEMBER | I couldn't reproduce it (I guess I need a userid and password to access the data). Can you try this?
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
AttributeError: '<class 'pydap.model.GridType'>' object has no attribute 'shape' 291524555 |
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