home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER" and issue = 515106795 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • crusaderky 2
  • max-sixty 1

issue 1

  • Type check sentinel values · 3 ✖

author_association 1

  • MEMBER · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
548418611 https://github.com/pydata/xarray/pull/3472#issuecomment-548418611 https://api.github.com/repos/pydata/xarray/issues/3472 MDEyOklzc3VlQ29tbWVudDU0ODQxODYxMQ== crusaderky 6213168 2019-10-31T15:02:23Z 2019-10-31T15:02:23Z MEMBER

Ah now I understand what you meant with mypy master

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type check sentinel values 515106795
548405218 https://github.com/pydata/xarray/pull/3472#issuecomment-548405218 https://api.github.com/repos/pydata/xarray/issues/3472 MDEyOklzc3VlQ29tbWVudDU0ODQwNTIxOA== max-sixty 5635139 2019-10-31T14:35:09Z 2019-10-31T14:35:09Z MEMBER

Great, thanks @crusaderky

I followed the Enum pattern because that was suggested in python docs. But I agree your suggestion is a bit simpler. Maybe have a quick glance at those docs and unless you change your mind, hit the green button?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type check sentinel values 515106795
548363810 https://github.com/pydata/xarray/pull/3472#issuecomment-548363810 https://api.github.com/repos/pydata/xarray/issues/3472 MDEyOklzc3VlQ29tbWVudDU0ODM2MzgxMA== crusaderky 6213168 2019-10-31T13:03:38Z 2019-10-31T13:03:38Z MEMBER

@max-sixty have a look at my changes and then feel free to merge

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Type check sentinel values 515106795

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