home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 606530049 and user = 2443309 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

  • jhamman · 3 ✖

issue 1

  • [community] Bi-weekly community developers meeting · 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
988994886 https://github.com/pydata/xarray/issues/4001#issuecomment-988994886 https://api.github.com/repos/pydata/xarray/issues/4001 IC_kwDOAMm_X8468t1G jhamman 2443309 2021-12-08T16:58:36Z 2021-12-08T16:58:36Z MEMBER

@pydata/xarray and others - we're going to cancel the next regularly scheduled meeting (Dec. 22, 2021) so everyone can take a break. We'll be back Jan. 5, 2022.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Bi-weekly community developers meeting 606530049
848873711 https://github.com/pydata/xarray/issues/4001#issuecomment-848873711 https://api.github.com/repos/pydata/xarray/issues/4001 MDEyOklzc3VlQ29tbWVudDg0ODg3MzcxMQ== jhamman 2443309 2021-05-26T15:35:23Z 2021-05-26T16:01:43Z MEMBER

Something seems to have changed in our regular Zoom room. For this week, let's use this Zoom link.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Bi-weekly community developers meeting 606530049
634745059 https://github.com/pydata/xarray/issues/4001#issuecomment-634745059 https://api.github.com/repos/pydata/xarray/issues/4001 MDEyOklzc3VlQ29tbWVudDYzNDc0NTA1OQ== jhamman 2443309 2020-05-27T15:34:22Z 2020-05-27T15:34:22Z MEMBER

Zoom is not working for us today, we'll meet here instead: https://carbonplan.whereby.com/xarray

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Bi-weekly community developers meeting 606530049

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