home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 476494705 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

  • max-sixty 2
  • shoyer 1
  • dcherian 1

issue 1

  • RTD build failing · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
518929118 https://github.com/pydata/xarray/issues/3182#issuecomment-518929118 https://api.github.com/repos/pydata/xarray/issues/3182 MDEyOklzc3VlQ29tbWVudDUxODkyOTExOA== shoyer 1217238 2019-08-07T03:53:42Z 2019-08-07T03:53:42Z MEMBER

Thanks indeed!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RTD build failing 476494705
518872322 https://github.com/pydata/xarray/issues/3182#issuecomment-518872322 https://api.github.com/repos/pydata/xarray/issues/3182 MDEyOklzc3VlQ29tbWVudDUxODg3MjMyMg== max-sixty 5635139 2019-08-06T22:50:29Z 2019-08-06T22:50:29Z MEMBER

Thanks a lot @DocOtak !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RTD build failing 476494705
518861137 https://github.com/pydata/xarray/issues/3182#issuecomment-518861137 https://api.github.com/repos/pydata/xarray/issues/3182 MDEyOklzc3VlQ29tbWVudDUxODg2MTEzNw== dcherian 2448579 2019-08-06T22:03:21Z 2019-08-06T22:03:21Z MEMBER

All green! and the docstrings look great!

Thanks @DocOtak :clap: :clap:

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RTD build failing 476494705
518395426 https://github.com/pydata/xarray/issues/3182#issuecomment-518395426 https://api.github.com/repos/pydata/xarray/issues/3182 MDEyOklzc3VlQ29tbWVudDUxODM5NTQyNg== max-sixty 5635139 2019-08-05T20:52:53Z 2019-08-05T20:52:53Z MEMBER

Thanks @DocOtak, how would you feel about bumping rasterio in a PR? Would be great if we can get this working again.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  RTD build failing 476494705

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