home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • jhamman 2
  • crusaderky 1
  • rdPatmore 1

author_association 2

  • MEMBER 3
  • NONE 1

issue 1

  • Error when using xarray's built in interp function with dask chunking · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
535513533 https://github.com/pydata/xarray/issues/3342#issuecomment-535513533 https://api.github.com/repos/pydata/xarray/issues/3342 MDEyOklzc3VlQ29tbWVudDUzNTUxMzUzMw== rdPatmore 20382006 2019-09-26T13:56:19Z 2019-09-26T13:56:19Z NONE

Thanks both for your response on this. I didn't realise my version of dask was so outdated. I have now updated to the latest version (2.4.0) and the error outline above no longer seems to be an issue.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error when using xarray's built in interp function with dask chunking 498180644
535089993 https://github.com/pydata/xarray/issues/3342#issuecomment-535089993 https://api.github.com/repos/pydata/xarray/issues/3342 MDEyOklzc3VlQ29tbWVudDUzNTA4OTk5Mw== jhamman 2443309 2019-09-25T15:56:10Z 2019-09-25T15:56:10Z MEMBER

Right. But to be clear, dask==0.13 is explicitly not supported so there should be no expectation that things will work as advertised.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error when using xarray's built in interp function with dask chunking 498180644
535073719 https://github.com/pydata/xarray/issues/3342#issuecomment-535073719 https://api.github.com/repos/pydata/xarray/issues/3342 MDEyOklzc3VlQ29tbWVudDUzNTA3MzcxOQ== crusaderky 6213168 2019-09-25T15:19:26Z 2019-09-25T15:19:26Z MEMBER

The current situation is that optional dependencies older than the very latest version available may work, but are completely untested: https://github.com/pydata/xarray/issues/3222

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error when using xarray's built in interp function with dask chunking 498180644
535016451 https://github.com/pydata/xarray/issues/3342#issuecomment-535016451 https://api.github.com/repos/pydata/xarray/issues/3342 MDEyOklzc3VlQ29tbWVudDUzNTAxNjQ1MQ== jhamman 2443309 2019-09-25T13:15:05Z 2019-09-25T13:15:05Z MEMBER

I think this would work with a newer version of dask. We currently say dask >= 0.16 (you are at 0.13), but if you want all the features dask/xarray offer, I'd strongly recommend getting the latest release (dask == 2.4).

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Error when using xarray's built in interp function with dask chunking 498180644

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