home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "MEMBER", issue = 327905732 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • shoyer · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
403253245 https://github.com/pydata/xarray/pull/2204#issuecomment-403253245 https://api.github.com/repos/pydata/xarray/issues/2204 MDEyOklzc3VlQ29tbWVudDQwMzI1MzI0NQ== shoyer 1217238 2018-07-08T00:55:36Z 2018-07-08T00:55:36Z MEMBER

thanks @jhamman !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  update minimum versions and associated code cleanup 327905732
396773419 https://github.com/pydata/xarray/pull/2204#issuecomment-396773419 https://api.github.com/repos/pydata/xarray/issues/2204 MDEyOklzc3VlQ29tbWVudDM5Njc3MzQxOQ== shoyer 1217238 2018-06-13T00:12:32Z 2018-06-13T00:12:32Z MEMBER

Should we say that we require an even newer version of dask-distributed if you're using it, e.g., 1.21?

If old versions of distributed don't work with xarray, one option would be to simply drop distributed from the "compatibility" build in Travis-CI.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  update minimum versions and associated code cleanup 327905732

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