home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where author_association = "MEMBER", issue = 555258488 and user = 2448579 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

  • dcherian · 5 ✖

issue 1

  • Fix whats-new for 0.15 · 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
579514862 https://github.com/pydata/xarray/pull/3723#issuecomment-579514862 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3OTUxNDg2Mg== dcherian 2448579 2020-01-28T23:08:18Z 2020-01-28T23:08:18Z MEMBER

woot! thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
579427223 https://github.com/pydata/xarray/pull/3723#issuecomment-579427223 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3OTQyNzIyMw== dcherian 2448579 2020-01-28T19:57:29Z 2020-01-28T19:57:29Z MEMBER

hmmm I couldn't get that to work. Since it's just some old whats-new entries, I think we should merge and release.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578822703 https://github.com/pydata/xarray/pull/3723#issuecomment-578822703 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODgyMjcwMw== dcherian 2448579 2020-01-27T16:12:05Z 2020-01-27T16:12:05Z MEMBER

Thanks @keewis. This should be good to go. I converted the weather-data example to a jupyter notebook too.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578524262 https://github.com/pydata/xarray/pull/3723#issuecomment-578524262 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODUyNDI2Mg== dcherian 2448579 2020-01-26T17:32:09Z 2020-01-27T16:11:49Z MEMBER

We should

  • [x] mention that the examples are now binderized
  • [x] link from whats-new descriptions of new examples to the example notebooks
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488
578543876 https://github.com/pydata/xarray/pull/3723#issuecomment-578543876 https://api.github.com/repos/pydata/xarray/issues/3723 MDEyOklzc3VlQ29tbWVudDU3ODU0Mzg3Ng== dcherian 2448579 2020-01-26T21:14:36Z 2020-01-26T21:14:36Z MEMBER

You should be able to push to this branch

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix whats-new for 0.15 555258488

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