home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 509655174 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 3

  • barronh 3
  • jhamman 1
  • crusaderky 1

author_association 2

  • CONTRIBUTOR 3
  • MEMBER 2

issue 1

  • Restore crashing CI tests on pseudonetcdf-3.1 · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
544316240 https://github.com/pydata/xarray/pull/3420#issuecomment-544316240 https://api.github.com/repos/pydata/xarray/issues/3420 MDEyOklzc3VlQ29tbWVudDU0NDMxNjI0MA== barronh 1191149 2019-10-21T01:32:54Z 2019-10-21T01:32:54Z CONTRIBUTOR

Thank you. I need to update the xarray tests.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restore crashing CI tests on pseudonetcdf-3.1 509655174
544308186 https://github.com/pydata/xarray/pull/3420#issuecomment-544308186 https://api.github.com/repos/pydata/xarray/issues/3420 MDEyOklzc3VlQ29tbWVudDU0NDMwODE4Ng== crusaderky 6213168 2019-10-21T00:20:31Z 2019-10-21T00:20:31Z MEMBER

@barronh https://dev.azure.com/xarray/xarray/_build/results?buildId=1128&view=logs&jobId=f2e88b57-11cf-55c8-cc48-7751ab3d0d0f

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restore crashing CI tests on pseudonetcdf-3.1 509655174
544305635 https://github.com/pydata/xarray/pull/3420#issuecomment-544305635 https://api.github.com/repos/pydata/xarray/issues/3420 MDEyOklzc3VlQ29tbWVudDU0NDMwNTYzNQ== barronh 1191149 2019-10-20T23:53:52Z 2019-10-20T23:53:52Z CONTRIBUTOR

I see you already did move back to 3.0.2. Can you point me to a log where the problem exists to get me started?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restore crashing CI tests on pseudonetcdf-3.1 509655174
544305036 https://github.com/pydata/xarray/pull/3420#issuecomment-544305036 https://api.github.com/repos/pydata/xarray/issues/3420 MDEyOklzc3VlQ29tbWVudDU0NDMwNTAzNg== barronh 1191149 2019-10-20T23:45:06Z 2019-10-20T23:45:06Z CONTRIBUTOR

As a temporary fix, you can change xarray to require 3.0.2, which did not have this issue. I'll look into it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restore crashing CI tests on pseudonetcdf-3.1 509655174
544295798 https://github.com/pydata/xarray/pull/3420#issuecomment-544295798 https://api.github.com/repos/pydata/xarray/issues/3420 MDEyOklzc3VlQ29tbWVudDU0NDI5NTc5OA== jhamman 2443309 2019-10-20T21:43:24Z 2019-10-20T21:43:24Z MEMBER

@barronh - can you take a look at the failing pseudonetcdf tests?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Restore crashing CI tests on pseudonetcdf-3.1 509655174

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