home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 497945632 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 · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
534815773 https://github.com/pydata/xarray/pull/3340#issuecomment-534815773 https://api.github.com/repos/pydata/xarray/issues/3340 MDEyOklzc3VlQ29tbWVudDUzNDgxNTc3Mw== shoyer 1217238 2019-09-25T01:50:07Z 2019-09-25T01:50:07Z MEMBER

thank you, for tackling this!

On Tue, Sep 24, 2019 at 6:41 PM crusaderky notifications@github.com wrote:

Thanks all!

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

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  CI environments overhaul 497945632
534804650 https://github.com/pydata/xarray/pull/3340#issuecomment-534804650 https://api.github.com/repos/pydata/xarray/issues/3340 MDEyOklzc3VlQ29tbWVudDUzNDgwNDY1MA== shoyer 1217238 2019-09-25T00:56:03Z 2019-09-25T00:56:03Z MEMBER

This looks great to me!

@crusaderky when you're ready, feel free to merge

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  CI environments overhaul 497945632

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