home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

where issue = 446016536 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association

user 1

  • shoyer · 2 ✖

issue 1

  • Problems reading grouped netCDF file generated with h5netcdf engine · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
494257940 https://github.com/pydata/xarray/issues/2974#issuecomment-494257940 https://api.github.com/repos/pydata/xarray/issues/2974 MDEyOklzc3VlQ29tbWVudDQ5NDI1Nzk0MA== shoyer 1217238 2019-05-21T06:30:52Z 2019-05-21T06:30:52Z MEMBER

This should be fixed in the latest release of h5netcdf, version 0.7.2.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problems reading grouped netCDF file generated with h5netcdf engine 446016536
494222468 https://github.com/pydata/xarray/issues/2974#issuecomment-494222468 https://api.github.com/repos/pydata/xarray/issues/2974 MDEyOklzc3VlQ29tbWVudDQ5NDIyMjQ2OA== shoyer 1217238 2019-05-21T03:08:11Z 2019-05-21T03:08:11Z MEMBER

Thanks for the report. This is likely a bug in either h5netcdf or netcdf-c. It's not obvious to me which is the case yet, but it's almost certainly not an xarray issue.

If you don't mind, let's more this discussion over to the h5netcdf tracker: https://github.com/shoyer/h5netcdf/issues/55

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Problems reading grouped netCDF file generated with h5netcdf engine 446016536

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