home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR", issue = 563762277 and user = 3274 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • rpgoldman · 3 ✖

issue 1

  • ArviZ Dev Xarray Dev Get Together? · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
600360161 https://github.com/pydata/xarray/issues/3765#issuecomment-600360161 https://api.github.com/repos/pydata/xarray/issues/3765 MDEyOklzc3VlQ29tbWVudDYwMDM2MDE2MQ== rpgoldman 3274 2020-03-18T00:10:59Z 2020-03-18T00:10:59Z CONTRIBUTOR

@max-sixty I can see about adding other times, if someone wants to propose them, but we might have to just re-poll.

We have always had our meetings early in the morning wrt PT because of people in Europe, I believe.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ArviZ Dev Xarray Dev Get Together? 563762277
600167726 https://github.com/pydata/xarray/issues/3765#issuecomment-600167726 https://api.github.com/repos/pydata/xarray/issues/3765 MDEyOklzc3VlQ29tbWVudDYwMDE2NzcyNg== rpgoldman 3274 2020-03-17T16:28:06Z 2020-03-17T16:28:06Z CONTRIBUTOR

Doodle poll: https://doodle.com/poll/x6quxzmyu5qxqd98

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ArviZ Dev Xarray Dev Get Together? 563762277
600130332 https://github.com/pydata/xarray/issues/3765#issuecomment-600130332 https://api.github.com/repos/pydata/xarray/issues/3765 MDEyOklzc3VlQ29tbWVudDYwMDEzMDMzMg== rpgoldman 3274 2020-03-17T15:22:02Z 2020-03-17T15:22:02Z CONTRIBUTOR

27th works for me, 25th does not. Thanks for setting this up.

I have a paid Doodle account, if you would like me to set up a poll instead of doing this here.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  ArviZ Dev Xarray Dev Get Together? 563762277

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