home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 185181822 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

These facets timed out: author_association, issue

user 1

  • shoyer · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
267676265 https://github.com/pydata/xarray/pull/1060#issuecomment-267676265 https://api.github.com/repos/pydata/xarray/issues/1060 MDEyOklzc3VlQ29tbWVudDI2NzY3NjI2NQ== shoyer 1217238 2016-12-16T19:29:19Z 2016-12-16T19:29:19Z MEMBER

I think the main question is: what is the oldest version of netCDF4 we want to support? Once we decide that, the action here should be pretty clear.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove obsolete NetCDF4 Error catch 185181822
256109866 https://github.com/pydata/xarray/pull/1060#issuecomment-256109866 https://api.github.com/repos/pydata/xarray/issues/1060 MDEyOklzc3VlQ29tbWVudDI1NjEwOTg2Ng== shoyer 1217238 2016-10-25T17:53:03Z 2016-10-25T17:53:03Z MEMBER

I'm a little nervous about this. The entire datastore API needs some serious rethinking for extensibility.

We may be able to delete that IndexError catch -- that exists to work around a netCDF4 bug that lasted between versions 1.1.2 (Dec 16, 2014) and 1.2.1 (Oct 15, 2015).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Remove obsolete NetCDF4 Error catch 185181822

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 1584.613ms · About: xarray-datasette