home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 291524555 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • fujiisoup 3

issue 1

  • AttributeError: '<class 'pydap.model.GridType'>' object has no attribute 'shape' · 3 ✖

author_association 1

  • MEMBER · 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? git pull git checkout master python setup.py develop

{
    "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?

python url = 'http://test.opendap.org/opendap/hyrax/data/nc/bears.nc' actual = xr.open_dataset(url, engine='pydap')

{
    "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

CSV options:

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]);
Powered by Datasette · Queries took 1682.382ms · About: xarray-datasette