home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 23272260 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

  • ebrevdo 2
  • akleeman 1

issue 1

  • Data objects now have a swappable backend store. · 3 ✖

author_association 1

  • CONTRIBUTOR 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
29788723 https://github.com/pydata/xarray/pull/2#issuecomment-29788723 https://api.github.com/repos/pydata/xarray/issues/2 MDEyOklzc3VlQ29tbWVudDI5Nzg4NzIz akleeman 514053 2013-12-04T08:57:14Z 2013-12-04T08:57:14Z CONTRIBUTOR

Sounds good. I haven't had time to make much progress over the last few days, but do have some ideas about next steps and what this project has to offer that iris doesn't. I'll get both formalized next time I have a chance. In the meantime, feedback would be great!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Data objects now have a swappable backend store. 23272260
29719840 https://github.com/pydata/xarray/pull/2#issuecomment-29719840 https://api.github.com/repos/pydata/xarray/issues/2 MDEyOklzc3VlQ29tbWVudDI5NzE5ODQw ebrevdo 1794715 2013-12-03T15:37:56Z 2013-12-03T15:37:56Z CONTRIBUTOR

Nvm. Will review over the next day or two.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Data objects now have a swappable backend store. 23272260
29671962 https://github.com/pydata/xarray/pull/2#issuecomment-29671962 https://api.github.com/repos/pydata/xarray/issues/2 MDEyOklzc3VlQ29tbWVudDI5NjcxOTYy ebrevdo 1794715 2013-12-03T00:13:01Z 2013-12-03T00:13:01Z CONTRIBUTOR

In that case, planning to close this one?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Data objects now have a swappable backend store. 23272260

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