home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "CONTRIBUTOR", issue = 212388758 and user = 302469 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

  • QuLogic · 4 ✖

issue 1

  • netcdf4/h5netcdf cross engine test broken on Python 2 · 4 ✖

author_association 1

  • CONTRIBUTOR · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
284903256 https://github.com/pydata/xarray/pull/1298#issuecomment-284903256 https://api.github.com/repos/pydata/xarray/issues/1298 MDEyOklzc3VlQ29tbWVudDI4NDkwMzI1Ng== QuLogic 302469 2017-03-08T00:11:07Z 2017-03-08T00:11:07Z CONTRIBUTOR

Oh, just realized there's a skip on Python 3, which links to #535. Apparently, this test is now broken on both Python versions.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netcdf4/h5netcdf cross engine test broken on Python 2 212388758
284879925 https://github.com/pydata/xarray/pull/1298#issuecomment-284879925 https://api.github.com/repos/pydata/xarray/issues/1298 MDEyOklzc3VlQ29tbWVudDI4NDg3OTkyNQ== QuLogic 302469 2017-03-07T22:23:55Z 2017-03-07T22:23:55Z CONTRIBUTOR

shoyer/h5netcdf#16 appears to be the upstream issue, but oddly, it seems to be reported against Python 3 when here it fails with Python 2.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netcdf4/h5netcdf cross engine test broken on Python 2 212388758
284837584 https://github.com/pydata/xarray/pull/1298#issuecomment-284837584 https://api.github.com/repos/pydata/xarray/issues/1298 MDEyOklzc3VlQ29tbWVudDI4NDgzNzU4NA== QuLogic 302469 2017-03-07T19:47:11Z 2017-03-07T19:47:11Z CONTRIBUTOR

Both netcdf4 and h5netcdf are installed now; that's the point.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netcdf4/h5netcdf cross engine test broken on Python 2 212388758
284684016 https://github.com/pydata/xarray/pull/1298#issuecomment-284684016 https://api.github.com/repos/pydata/xarray/issues/1298 MDEyOklzc3VlQ29tbWVudDI4NDY4NDAxNg== QuLogic 302469 2017-03-07T10:34:04Z 2017-03-07T10:34:13Z CONTRIBUTOR

Fortunately, this does fail in the same way as it does for me locally. Since Python 3 works, I think this might be a bytes/str thing, but the error is a bit opaque to me.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  netcdf4/h5netcdf cross engine test broken on Python 2 212388758

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