home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER" and issue = 252547273 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 3

  • crusaderky 3
  • shoyer 1
  • jhamman 1

issue 1

  • Pass arguments to dask.compute() · 5 ✖

author_association 1

  • MEMBER · 5 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
326749504 https://github.com/pydata/xarray/issues/1523#issuecomment-326749504 https://api.github.com/repos/pydata/xarray/issues/1523 MDEyOklzc3VlQ29tbWVudDMyNjc0OTUwNA== crusaderky 6213168 2017-09-02T15:03:05Z 2017-09-02T15:03:05Z MEMBER

@jhamman 's implementation is far more complete than mine, I pass the trophy :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pass arguments to dask.compute() 252547273
326508497 https://github.com/pydata/xarray/issues/1523#issuecomment-326508497 https://api.github.com/repos/pydata/xarray/issues/1523 MDEyOklzc3VlQ29tbWVudDMyNjUwODQ5Nw== crusaderky 6213168 2017-09-01T07:16:21Z 2017-09-01T07:16:21Z MEMBER

@jhamman I finished the implementation I have to write the unit tests this weekend

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pass arguments to dask.compute() 252547273
326348631 https://github.com/pydata/xarray/issues/1523#issuecomment-326348631 https://api.github.com/repos/pydata/xarray/issues/1523 MDEyOklzc3VlQ29tbWVudDMyNjM0ODYzMQ== jhamman 2443309 2017-08-31T16:21:47Z 2017-08-31T16:21:47Z MEMBER

@crusaderky - did you make any progress here? I also have a feature branch that I started on the plane a few days back...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pass arguments to dask.compute() 252547273
325507528 https://github.com/pydata/xarray/issues/1523#issuecomment-325507528 https://api.github.com/repos/pydata/xarray/issues/1523 MDEyOklzc3VlQ29tbWVudDMyNTUwNzUyOA== crusaderky 6213168 2017-08-28T23:05:15Z 2017-08-28T23:05:15Z MEMBER

Working on it now

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pass arguments to dask.compute() 252547273
324705791 https://github.com/pydata/xarray/issues/1523#issuecomment-324705791 https://api.github.com/repos/pydata/xarray/issues/1523 MDEyOklzc3VlQ29tbWVudDMyNDcwNTc5MQ== shoyer 1217238 2017-08-24T17:40:48Z 2017-08-24T17:40:48Z MEMBER

Yes, this sounds like a great idea to me!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Pass arguments to dask.compute() 252547273

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