home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1125877338 and user = 14808389 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

  • keewis · 3 ✖

issue 1

  • failing docs builds because the `scipy` intersphinx registry is unreachable · 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
1033071709 https://github.com/pydata/xarray/issues/6250#issuecomment-1033071709 https://api.github.com/repos/pydata/xarray/issues/6250 IC_kwDOAMm_X849k2xd keewis 14808389 2022-02-08T21:19:03Z 2022-02-08T21:20:18Z MEMBER

are you sure the pandas issue is the one you meant to link to?

Anyways, that scipy issue does indeed suggest that we're already using the correct link, and the most recent builds pass. So I guess we can close this?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338
1032873565 https://github.com/pydata/xarray/issues/6250#issuecomment-1032873565 https://api.github.com/repos/pydata/xarray/issues/6250 IC_kwDOAMm_X849kGZd keewis 14808389 2022-02-08T17:28:27Z 2022-02-08T17:28:27Z MEMBER

that does seem to work, but I'm not sure what the official path is. We can temporarily use this to avoid failing the builds, though.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338
1032752365 https://github.com/pydata/xarray/issues/6250#issuecomment-1032752365 https://api.github.com/repos/pydata/xarray/issues/6250 IC_kwDOAMm_X849jozt keewis 14808389 2022-02-08T15:44:33Z 2022-02-08T15:44:33Z MEMBER

update: the 404 is gone, but now it is returning a HTML document instead of objects.inv

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  failing docs builds because the `scipy` intersphinx registry is unreachable 1125877338

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