home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 433490801 and user = 12465248 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • jmccreight · 5 ✖

issue 1

  • Handle the character array dim name · 5 ✖

author_association 1

  • CONTRIBUTOR 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
484966484 https://github.com/pydata/xarray/pull/2896#issuecomment-484966484 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDk2NjQ4NA== jmccreight 12465248 2019-04-19T17:36:22Z 2019-04-19T17:40:27Z CONTRIBUTOR

🤦‍♂️ with that formatting in the whats-new.rst. (a reminder to squash) I think this is complete. thanks for the mini tour of xarray internals, I learned some useful things!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
484689541 https://github.com/pydata/xarray/pull/2896#issuecomment-484689541 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDY4OTU0MQ== jmccreight 12465248 2019-04-18T21:05:33Z 2019-04-18T21:05:33Z CONTRIBUTOR

🎊

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
484676251 https://github.com/pydata/xarray/pull/2896#issuecomment-484676251 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDY3NjI1MQ== jmccreight 12465248 2019-04-18T20:22:55Z 2019-04-18T20:22:55Z CONTRIBUTOR

I'm uncertain why travis is failing. Two of them look http-related and the other maybe be docs-related (but dont trust me). Running pytest locallin in the xarray/tests/ dir ============== 7007 passed, 1170 skipped, 25 xfailed, 1 xpassed, 30 warnings in 62.12 seconds ==============

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
484272294 https://github.com/pydata/xarray/pull/2896#issuecomment-484272294 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4NDI3MjI5NA== jmccreight 12465248 2019-04-17T21:42:08Z 2019-04-17T21:42:08Z CONTRIBUTOR

@shoyer Added test and documentation. I did not build documentation, wasnt sure if that was necessary. The history should be squashed when the time comes...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801
483700694 https://github.com/pydata/xarray/pull/2896#issuecomment-483700694 https://api.github.com/repos/pydata/xarray/issues/2896 MDEyOklzc3VlQ29tbWVudDQ4MzcwMDY5NA== jmccreight 12465248 2019-04-16T15:04:46Z 2019-04-16T15:04:46Z CONTRIBUTOR

thanks, @shoyer. I will add the documentation and tests now that the first hurdle is cleared and update the PR.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Handle the character array dim name  433490801

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