home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 904865813 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

  • max-sixty 4

issue 1

  • Don't drop unreduced variables · 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
860086068 https://github.com/pydata/xarray/pull/5393#issuecomment-860086068 https://api.github.com/repos/pydata/xarray/issues/5393 MDEyOklzc3VlQ29tbWVudDg2MDA4NjA2OA== max-sixty 5635139 2021-06-12T17:44:56Z 2021-06-12T17:44:56Z MEMBER

@malmans2 thank you and please feel free to add a whatsnew in another PR!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Don't drop unreduced variables 904865813
859794236 https://github.com/pydata/xarray/pull/5393#issuecomment-859794236 https://api.github.com/repos/pydata/xarray/issues/5393 MDEyOklzc3VlQ29tbWVudDg1OTc5NDIzNg== max-sixty 5635139 2021-06-11T19:28:27Z 2021-06-11T19:28:27Z MEMBER

@malmans2 would you like to add a whatsnew?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Don't drop unreduced variables 904865813
850545161 https://github.com/pydata/xarray/pull/5393#issuecomment-850545161 https://api.github.com/repos/pydata/xarray/issues/5393 MDEyOklzc3VlQ29tbWVudDg1MDU0NTE2MQ== max-sixty 5635139 2021-05-28T16:50:52Z 2021-05-28T16:50:52Z MEMBER

I'll leave this open for a day or so, as this is the sort of area where I'm going to miss some intricacy that someone else is familiar with.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Don't drop unreduced variables 904865813
850544652 https://github.com/pydata/xarray/pull/5393#issuecomment-850544652 https://api.github.com/repos/pydata/xarray/issues/5393 MDEyOklzc3VlQ29tbWVudDg1MDU0NDY1Mg== max-sixty 5635139 2021-05-28T16:49:53Z 2021-05-28T16:49:53Z MEMBER

Great! Thanks @malmans2 !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Don't drop unreduced variables 904865813

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