home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • dcherian 2
  • alexamici 1
  • keewis 1

issue 1

  • Bump versions · 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
832645555 https://github.com/pydata/xarray/pull/5258#issuecomment-832645555 https://api.github.com/repos/pydata/xarray/issues/5258 MDEyOklzc3VlQ29tbWVudDgzMjY0NTU1NQ== dcherian 2448579 2021-05-05T12:25:23Z 2021-05-05T12:25:23Z MEMBER

with dask>=2.15

It doesn't work on 2.15, I checked; but we can merge anyway

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump versions 875721501
832443953 https://github.com/pydata/xarray/pull/5258#issuecomment-832443953 https://api.github.com/repos/pydata/xarray/issues/5258 MDEyOklzc3VlQ29tbWVudDgzMjQ0Mzk1Mw== alexamici 226037 2021-05-05T06:25:18Z 2021-05-05T06:25:18Z MEMBER

@dcherian with dask>=2.15 you can update #4740 that looks mergiable as well, right?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump versions 875721501
832233259 https://github.com/pydata/xarray/pull/5258#issuecomment-832233259 https://api.github.com/repos/pydata/xarray/issues/5258 MDEyOklzc3VlQ29tbWVudDgzMjIzMzI1OQ== keewis 14808389 2021-05-04T20:44:43Z 2021-05-04T20:44:43Z MEMBER

done

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump versions 875721501
832189748 https://github.com/pydata/xarray/pull/5258#issuecomment-832189748 https://api.github.com/repos/pydata/xarray/issues/5258 MDEyOklzc3VlQ29tbWVudDgzMjE4OTc0OA== dcherian 2448579 2021-05-04T19:31:10Z 2021-05-04T19:31:10Z MEMBER

Thanks @keewis !

Could delete https://github.com/pydata/xarray/blob/f455e00f0228c30423123c089227d7a8fd4a94b5/xarray/core/dask_array_compat.py#L61-L97

There's also a @requires_cftime_1_1_0 decorator in the tests that could be cleaned up if you want.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Bump versions 875721501

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