home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 362866468 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • shoyer · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
451793363 https://github.com/pydata/xarray/pull/2430#issuecomment-451793363 https://api.github.com/repos/pydata/xarray/issues/2430 MDEyOklzc3VlQ29tbWVudDQ1MTc5MzM2Mw== shoyer 1217238 2019-01-07T01:04:19Z 2019-01-07T01:04:19Z MEMBER

I spent a few more hours working on this this afternoon -- please take a look at https://github.com/pydata/xarray/pull/2657!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP: revise top-level package description 362866468
451686581 https://github.com/pydata/xarray/pull/2430#issuecomment-451686581 https://api.github.com/repos/pydata/xarray/issues/2430 MDEyOklzc3VlQ29tbWVudDQ1MTY4NjU4MQ== shoyer 1217238 2019-01-05T20:06:59Z 2019-01-05T20:06:59Z MEMBER

@rabernat I pushed some minor tweaks to your branch, please take a look!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP: revise top-level package description 362866468
451579356 https://github.com/pydata/xarray/pull/2430#issuecomment-451579356 https://api.github.com/repos/pydata/xarray/issues/2430 MDEyOklzc3VlQ29tbWVudDQ1MTU3OTM1Ng== shoyer 1217238 2019-01-04T21:52:52Z 2019-01-04T21:52:52Z MEMBER

This looks great now. Could you also kindly copy it into our setup.py and README.rst files?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  WIP: revise top-level package description 362866468

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