home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR", issue = 572251686 and user = 7267124 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

  • ajelenak · 3 ✖

issue 1

  • Allow chunk_store argument when opening Zarr datasets · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
680208342 https://github.com/pydata/xarray/pull/3804#issuecomment-680208342 https://api.github.com/repos/pydata/xarray/issues/3804 MDEyOklzc3VlQ29tbWVudDY4MDIwODM0Mg== ajelenak 7267124 2020-08-25T18:52:19Z 2020-08-25T18:52:19Z CONTRIBUTOR

Thanks @dcherian . And thanks to all who provided suggestions and comments in this PR.

{
    "total_count": 2,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 1,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  Allow chunk_store argument when opening Zarr datasets 572251686
677860746 https://github.com/pydata/xarray/pull/3804#issuecomment-677860746 https://api.github.com/repos/pydata/xarray/issues/3804 MDEyOklzc3VlQ29tbWVudDY3Nzg2MDc0Ng== ajelenak 7267124 2020-08-20T19:37:05Z 2020-08-20T19:37:05Z CONTRIBUTOR

Is there anything else to be done in this PR, or is it ready for merge? All tests pass.

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  Allow chunk_store argument when opening Zarr datasets 572251686
592659046 https://github.com/pydata/xarray/pull/3804#issuecomment-592659046 https://api.github.com/repos/pydata/xarray/issues/3804 MDEyOklzc3VlQ29tbWVudDU5MjY1OTA0Ng== ajelenak 7267124 2020-02-28T18:17:50Z 2020-02-28T18:17:50Z CONTRIBUTOR

@rabernat Added a test that uses an actual Zarr store.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Allow chunk_store argument when opening Zarr datasets 572251686

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