home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 785573964 and user = 14808389 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • keewis · 3 ✖

issue 1

  • ⚠️ Nightly upstream-dev CI failed ⚠️ · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
762852212 https://github.com/pydata/xarray/issues/4807#issuecomment-762852212 https://api.github.com/repos/pydata/xarray/issues/4807 MDEyOklzc3VlQ29tbWVudDc2Mjg1MjIxMg== keewis 14808389 2021-01-19T13:52:22Z 2021-01-19T13:53:35Z MEMBER

that makes sense, I agree we don't really have to figure out what the actual cause was. If this pops up again we can just wait on the CI to open a new issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 785573964
762535058 https://github.com/pydata/xarray/issues/4807#issuecomment-762535058 https://api.github.com/repos/pydata/xarray/issues/4807 MDEyOklzc3VlQ29tbWVudDc2MjUzNTA1OA== keewis 14808389 2021-01-19T00:53:52Z 2021-01-19T02:17:13Z MEMBER

interestingly, this didn't fail in the run yesterday. As far as I can tell, only the versions of identify, bottleneck, numpy, and pandas changed. Not sure if any of these could have fixed this. Maybe we did without noticing it?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 785573964
760361443 https://github.com/pydata/xarray/issues/4807#issuecomment-760361443 https://api.github.com/repos/pydata/xarray/issues/4807 MDEyOklzc3VlQ29tbWVudDc2MDM2MTQ0Mw== keewis 14808389 2021-01-14T17:57:04Z 2021-01-14T17:57:04Z MEMBER

this is unrelated to #4759, the errors appeared before that (see https://github.com/pydata/xarray/runs/1684617075). The issue was opened today because the scheduled CI was broken until the merge of #4806.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ⚠️ Nightly upstream-dev CI failed ⚠️ 785573964

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