home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 694448177 and user = 5821660 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

  • kmuehlbauer · 4 ✖

issue 1

  • Keep the original ordering of the coordinates · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
691862878 https://github.com/pydata/xarray/pull/4409#issuecomment-691862878 https://api.github.com/repos/pydata/xarray/issues/4409 MDEyOklzc3VlQ29tbWVudDY5MTg2Mjg3OA== kmuehlbauer 5821660 2020-09-14T07:07:17Z 2020-09-14T07:21:52Z MEMBER

@keewis Unfortunately your changes did not help solving #2811. I'll have a pull request ready today with a proposal how to fix both issues.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Keep the original ordering of the coordinates 694448177
691869821 https://github.com/pydata/xarray/pull/4409#issuecomment-691869821 https://api.github.com/repos/pydata/xarray/issues/4409 MDEyOklzc3VlQ29tbWVudDY5MTg2OTgyMQ== kmuehlbauer 5821660 2020-09-14T07:20:26Z 2020-09-14T07:20:26Z MEMBER

@keewis See #4419

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Keep the original ordering of the coordinates 694448177
691456131 https://github.com/pydata/xarray/pull/4409#issuecomment-691456131 https://api.github.com/repos/pydata/xarray/issues/4409 MDEyOklzc3VlQ29tbWVudDY5MTQ1NjEzMQ== kmuehlbauer 5821660 2020-09-12T09:36:01Z 2020-09-12T09:36:01Z MEMBER

@keewis I'm traveling currently, will check on Monday and come back to you.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Keep the original ordering of the coordinates 694448177
691419694 https://github.com/pydata/xarray/pull/4409#issuecomment-691419694 https://api.github.com/repos/pydata/xarray/issues/4409 MDEyOklzc3VlQ29tbWVudDY5MTQxOTY5NA== kmuehlbauer 5821660 2020-09-12T05:56:35Z 2020-09-12T05:56:35Z MEMBER

@keewis @dcherian FYI: Regarding #4072 and #2811 with concat I successfully tested a fix locally yesterday. I'll ping you when I have the PR out.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Keep the original ordering of the coordinates 694448177

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