home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 811409317 and user = 766406 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

  • aaron-kaplan · 2 ✖

issue 1

  • OpenDAP Documentation Example failing with RunTimeError · 2 ✖

author_association 1

  • NONE 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1374023636 https://github.com/pydata/xarray/issues/4925#issuecomment-1374023636 https://api.github.com/repos/pydata/xarray/issues/4925 IC_kwDOAMm_X85R5e_U aaron-kaplan 766406 2023-01-06T19:11:52Z 2023-01-06T19:11:52Z NONE

Thanks to the holiday lull, I finally found some time to finish implementing URL-decoding for querystrings in the IRI Data Library server software. The example now works for me with xarray 2022.12.0, netcdf4 1.6.2, and libnetcdf 4.8.1.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  OpenDAP Documentation Example failing with RunTimeError 811409317
977948373 https://github.com/pydata/xarray/issues/4925#issuecomment-977948373 https://api.github.com/repos/pydata/xarray/issues/4925 IC_kwDOAMm_X846Sk7V aaron-kaplan 766406 2021-11-24T14:48:02Z 2021-11-24T14:48:02Z NONE

The OPeNDAP server at iridl.ldeo.columbia.edu doesn't accept URL-encoded querystrings. It never did, but that used to be ok because older versions of netcdf-c didn't encode the querystrings. More recent versions do. So a change in netcdf-c is the proximal cause of the example breaking, but the root of the problem is on the server side.

We (IRI) are working on fixing the server software.

{
    "total_count": 4,
    "+1": 4,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  OpenDAP Documentation Example failing with RunTimeError 811409317

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