home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 715730538 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • dcherian · 4 ✖

issue 1

  • deprecate pynio backend · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1115470489 https://github.com/pydata/xarray/issues/4491#issuecomment-1115470489 https://api.github.com/repos/pydata/xarray/issues/4491 IC_kwDOAMm_X85CfLqZ dcherian 2448579 2022-05-02T23:40:08Z 2022-05-02T23:40:21Z MEMBER

Yes it works now but not after I updated dask and scipy versions in #6559

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  deprecate pynio backend 715730538
1115287736 https://github.com/pydata/xarray/issues/4491#issuecomment-1115287736 https://api.github.com/repos/pydata/xarray/issues/4491 IC_kwDOAMm_X85CefC4 dcherian 2448579 2022-05-02T19:39:59Z 2022-05-02T19:39:59Z MEMBER

6559 is dropping PyNIO because I can't create a min-all-deps environment otherwise. We could try adding it back in one of the other environments.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  deprecate pynio backend 715730538
786678671 https://github.com/pydata/xarray/issues/4491#issuecomment-786678671 https://api.github.com/repos/pydata/xarray/issues/4491 MDEyOklzc3VlQ29tbWVudDc4NjY3ODY3MQ== dcherian 2448579 2021-02-26T14:26:02Z 2021-02-26T14:26:02Z MEMBER

I would probably call it "xarray-pynio" (?) and move it to the "xarray-contrib" organisation.

I think this is OK. The README should say that it is totally unmaintained.

cc @khallock for awareness.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  deprecate pynio backend 715730538
705004706 https://github.com/pydata/xarray/issues/4491#issuecomment-705004706 https://api.github.com/repos/pydata/xarray/issues/4491 MDEyOklzc3VlQ29tbWVudDcwNTAwNDcwNg== dcherian 2448579 2020-10-07T15:14:14Z 2020-10-07T15:14:14Z MEMBER

Would it be enough to only test using py36-min-all-deps and add a warning to the docs stating that pynio conflicts with netcdf4>1.5.3, and maybe also that the pynio backend will be deprecated soon? Same for pydap, I guess.

This sounds fine to me.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  deprecate pynio backend 715730538

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