home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 323017930 and user = 2443309 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

  • jhamman · 3 ✖

issue 1

  • Feature/pickle rasterio · 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
395413795 https://github.com/pydata/xarray/pull/2131#issuecomment-395413795 https://api.github.com/repos/pydata/xarray/issues/2131 MDEyOklzc3VlQ29tbWVudDM5NTQxMzc5NQ== jhamman 2443309 2018-06-07T13:08:10Z 2018-06-07T13:08:10Z MEMBER

All the tests are passing here. Its been a while so perhaps it would be good to get another review from @pydata/xarray.

@rsignell-usgs - can you give this another whirl on your use case?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/pickle rasterio 323017930
389331934 https://github.com/pydata/xarray/pull/2131#issuecomment-389331934 https://api.github.com/repos/pydata/xarray/issues/2131 MDEyOklzc3VlQ29tbWVudDM4OTMzMTkzNA== jhamman 2443309 2018-05-15T22:20:21Z 2018-05-15T22:20:21Z MEMBER

@shoyer - I like the idea of a wrapper object that achieves both of these tasks. I'm incrementally working that way and have just updated the Pickle Wrapper for now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/pickle rasterio 323017930
389278261 https://github.com/pydata/xarray/pull/2131#issuecomment-389278261 https://api.github.com/repos/pydata/xarray/issues/2131 MDEyOklzc3VlQ29tbWVudDM4OTI3ODI2MQ== jhamman 2443309 2018-05-15T19:04:18Z 2018-05-15T19:04:18Z MEMBER

@rsignell-usgs - I think this should work in its current form. I'm writing some additional tests now and have some cleanup tasks as indicated in the reviews but I do not expect the behavior to change.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Feature/pickle rasterio 323017930

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