home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 891200849 and user = 1217238 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date)

These facets timed out: author_association

user 1

  • shoyer · 3 ✖

issue 1

  • 0.18.1 patch release? · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
843819279 https://github.com/pydata/xarray/issues/5298#issuecomment-843819279 https://api.github.com/repos/pydata/xarray/issues/5298 MDEyOklzc3VlQ29tbWVudDg0MzgxOTI3OQ== shoyer 1217238 2021-05-19T07:21:35Z 2021-05-19T07:21:35Z MEMBER

thanks Max!

We can always do a 0.18.2 for https://github.com/pydata/xarray/issues/5329 if need be :)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.18.1 patch release? 891200849
840700991 https://github.com/pydata/xarray/issues/5298#issuecomment-840700991 https://api.github.com/repos/pydata/xarray/issues/5298 MDEyOklzc3VlQ29tbWVudDg0MDcwMDk5MQ== shoyer 1217238 2021-05-13T17:09:54Z 2021-05-13T17:09:54Z MEMBER

I'd also love to get https://github.com/pydata/xarray/pull/5252 in (it makes to_zarr() with region much faster / more efficient), but it's not really urgent.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.18.1 patch release? 891200849
840700320 https://github.com/pydata/xarray/issues/5298#issuecomment-840700320 https://api.github.com/repos/pydata/xarray/issues/5298 MDEyOklzc3VlQ29tbWVudDg0MDcwMDMyMA== shoyer 1217238 2021-05-13T17:08:49Z 2021-05-13T17:08:49Z MEMBER

I'm going to take a look into fixing #5291

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  0.18.1 patch release? 891200849

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