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 = 69216911 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

  • shoyer 2
  • mrocklin 1

issue 1

  • Checklist for releasing a version of xray with dask support · 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
107663937 https://github.com/pydata/xarray/issues/394#issuecomment-107663937 https://api.github.com/repos/pydata/xarray/issues/394 MDEyOklzc3VlQ29tbWVudDEwNzY2MzkzNw== shoyer 1217238 2015-06-01T18:27:49Z 2015-06-01T18:27:49Z MEMBER

v0.5 is out!

The blog post should be published on Thursday.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Checklist for releasing a version of xray with dask support 69216911
94080868 https://github.com/pydata/xarray/issues/394#issuecomment-94080868 https://api.github.com/repos/pydata/xarray/issues/394 MDEyOklzc3VlQ29tbWVudDk0MDgwODY4 shoyer 1217238 2015-04-17T21:41:23Z 2015-04-17T21:41:23Z MEMBER

No particular rush :). Maybe the next week or two?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Checklist for releasing a version of xray with dask support 69216911
94075444 https://github.com/pydata/xarray/issues/394#issuecomment-94075444 https://api.github.com/repos/pydata/xarray/issues/394 MDEyOklzc3VlQ29tbWVudDk0MDc1NDQ0 mrocklin 306380 2015-04-17T21:07:14Z 2015-04-17T21:07:14Z MEMBER

What is your ideal timeline on this?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Checklist for releasing a version of xray with dask support 69216911

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