home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER" and issue = 298421965 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • dcherian 2
  • shoyer 1
  • max-sixty 1
  • mathause 1

issue 1

  • Local test failure in test_backends · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
687659490 https://github.com/pydata/xarray/issues/1923#issuecomment-687659490 https://api.github.com/repos/pydata/xarray/issues/1923 MDEyOklzc3VlQ29tbWVudDY4NzY1OTQ5MA== mathause 10194086 2020-09-05T20:32:17Z 2020-09-05T20:32:17Z MEMBER

Without really looking - I think this can be closed given that we test all but dask now: https://github.com/pydata/xarray/blob/master/ci/requirements/py38-all-but-dask.yml#L1

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Local test failure in test_backends 298421965
447413024 https://github.com/pydata/xarray/issues/1923#issuecomment-447413024 https://api.github.com/repos/pydata/xarray/issues/1923 MDEyOklzc3VlQ29tbWVudDQ0NzQxMzAyNA== dcherian 2448579 2018-12-14T18:30:31Z 2018-12-14T18:30:31Z MEMBER

Ooops I didn't see that #1927 was open. Sorry for the noise.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Local test failure in test_backends 298421965
447394726 https://github.com/pydata/xarray/issues/1923#issuecomment-447394726 https://api.github.com/repos/pydata/xarray/issues/1923 MDEyOklzc3VlQ29tbWVudDQ0NzM5NDcyNg== max-sixty 5635139 2018-12-14T17:28:39Z 2018-12-14T17:28:39Z MEMBER

I haven't tried in a while without dask - it's a very minor issue given that it only requires installing dask

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Local test failure in test_backends 298421965
447393792 https://github.com/pydata/xarray/issues/1923#issuecomment-447393792 https://api.github.com/repos/pydata/xarray/issues/1923 MDEyOklzc3VlQ29tbWVudDQ0NzM5Mzc5Mg== dcherian 2448579 2018-12-14T17:25:24Z 2018-12-14T17:25:24Z MEMBER

@max-sixty Is this still an issue?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Local test failure in test_backends 298421965
366887494 https://github.com/pydata/xarray/issues/1923#issuecomment-366887494 https://api.github.com/repos/pydata/xarray/issues/1923 MDEyOklzc3VlQ29tbWVudDM2Njg4NzQ5NA== shoyer 1217238 2018-02-20T07:20:07Z 2018-02-20T07:20:07Z MEMBER

I think this test would pass if you had dask installed.

SciPy comes with read/write support for netCDF3, which is why this is being picked up.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Local test failure in test_backends 298421965

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