home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

1 row where issue = 893415955 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

  • benbovy 1

issue 1

  • Internal refactor of label-based data selection · 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
850526754 https://github.com/pydata/xarray/pull/5322#issuecomment-850526754 https://api.github.com/repos/pydata/xarray/issues/5322 MDEyOklzc3VlQ29tbWVudDg1MDUyNjc1NA== benbovy 4160723 2021-05-28T16:16:05Z 2021-05-28T16:16:05Z MEMBER

Thanks everyone for your comments on this PR!

I'll leave this PR open for another few days in case someone has not yet had a chance to review it. Otherwise, if that's ok I plan to merge it sometime early next week so that I can move forward with the refactoring. In the next step, I'd like to try and see if we can update the data model (i.e., break the "1-dimension <-> 1-index" relationship) and get rid of multi-index virtual coordinates (use real coordinates instead) with minimal user-facing changes (or ideally none).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Internal refactor of label-based data selection 893415955

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