home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 469871658 and user = 1217238 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

  • shoyer · 1 ✖

issue 1

  • Black · 1 ✖

author_association 1

  • MEMBER 1
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
518373612 https://github.com/pydata/xarray/pull/3142#issuecomment-518373612 https://api.github.com/repos/pydata/xarray/issues/3142 MDEyOklzc3VlQ29tbWVudDUxODM3MzYxMg== shoyer 1217238 2019-08-05T19:48:44Z 2019-08-05T19:48:44Z MEMBER

Let's do it after merging #2277

On Mon, Aug 5, 2019 at 11:17 AM Maximilian Roos notifications@github.com wrote:

What are people's thoughts on doing this now? There are a few big merges happening atm, so could do this after those.

I tested the approach above https://github.com/pydata/xarray/pull/3142#issuecomment-514325568 and it worked well. I don't have any more external validation than my test though. If anyone has experience here, please let us know.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pydata/xarray/pull/3142?email_source=notifications&email_token=AAJJFVVE7WXUFCD4PTPJ3W3QDBVCVA5CNFSM4IE5PZH2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD3SUOXY#issuecomment-518342495, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJJFVS5ZVHUHZKHTRBZTJTQDBVCVANCNFSM4IE5PZHQ .

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Black 469871658

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