home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 663968779 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] Backends refactor 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
797035505 https://github.com/pydata/xarray/issues/4253#issuecomment-797035505 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDc5NzAzNTUwNQ== jhamman 2443309 2021-03-11T20:42:33Z 2021-03-11T20:42:33Z MEMBER

closing because we've stopped the regular meeting.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779
682300803 https://github.com/pydata/xarray/issues/4253#issuecomment-682300803 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDY4MjMwMDgwMw== jhamman 2443309 2020-08-28T03:12:22Z 2020-08-28T03:12:22Z MEMBER

Hi All! Just getting back from vacation. The regular meeting is now on Xarray's Google Calendar: link to event.

Catch you all next week.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779
663610538 https://github.com/pydata/xarray/issues/4253#issuecomment-663610538 https://api.github.com/repos/pydata/xarray/issues/4253 MDEyOklzc3VlQ29tbWVudDY2MzYxMDUzOA== jhamman 2443309 2020-07-24T16:01:33Z 2020-07-24T16:01:33Z MEMBER

Based on the poll above, we'll be meeting at 8a PT on July 28, 2020. https://carbonplan.whereby.com/xarray

{
    "total_count": 3,
    "+1": 3,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  [community] Backends refactor meeting 663968779

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