home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 572251686 and user = 1872600 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

  • rsignell-usgs · 3 ✖

issue 1

  • Allow chunk_store argument when opening Zarr datasets · 3 ✖

author_association 1

  • NONE 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
680138664 https://github.com/pydata/xarray/pull/3804#issuecomment-680138664 https://api.github.com/repos/pydata/xarray/issues/3804 MDEyOklzc3VlQ29tbWVudDY4MDEzODY2NA== rsignell-usgs 1872600 2020-08-25T16:39:34Z 2020-08-25T17:07:42Z NONE

Drumroll.... @dcherian, epic cymbal crash?

{
    "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
665163886 https://github.com/pydata/xarray/pull/3804#issuecomment-665163886 https://api.github.com/repos/pydata/xarray/issues/3804 MDEyOklzc3VlQ29tbWVudDY2NTE2Mzg4Ng== rsignell-usgs 1872600 2020-07-28T17:10:47Z 2020-07-28T17:11:33Z NONE

@dcherian , are we just waiting for one more "+1" here, or are the failing checks related to this PR?

{
    "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
592094766 https://github.com/pydata/xarray/pull/3804#issuecomment-592094766 https://api.github.com/repos/pydata/xarray/issues/3804 MDEyOklzc3VlQ29tbWVudDU5MjA5NDc2Ng== rsignell-usgs 1872600 2020-02-27T17:59:13Z 2020-02-27T17:59:13Z NONE

This PR is motivated by the work described in this Medium blog post

{
    "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 15.243ms · About: xarray-datasette