home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1635470616 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 1

  • dcherian · 3 ✖

issue 1

  • add timeouts for tests · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1483101852 https://github.com/pydata/xarray/pull/7657#issuecomment-1483101852 https://api.github.com/repos/pydata/xarray/issues/7657 IC_kwDOAMm_X85YZlac dcherian 2448579 2023-03-24T16:42:37Z 2023-03-24T16:42:48Z MEMBER

IIRC all distributed tests are in test_distributed.py.

I've also seen a drastic reduction in performance with HDF5 1.12.2 (both netcdf4 and h5netcdf) on one of my colleague's datasets,

The default scheduler is 'threads' and the new netcdf changed some things around thread locking

Maybe this is related to https://github.com/pydata/xarray/issues/7079. I restarted #7488

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add timeouts for tests 1635470616
1483074436 https://github.com/pydata/xarray/pull/7657#issuecomment-1483074436 https://api.github.com/repos/pydata/xarray/issues/7657 IC_kwDOAMm_X85YZeuE dcherian 2448579 2023-03-24T16:21:23Z 2023-03-24T16:21:23Z MEMBER

FAILED xarray/tests/test_backends.py::TestDask

I'm thinking this failures is some bad interaction between an I/O backend and dask threads. But I'm having trouble figuring out which backend.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add timeouts for tests 1635470616
1483009187 https://github.com/pydata/xarray/pull/7657#issuecomment-1483009187 https://api.github.com/repos/pydata/xarray/issues/7657 IC_kwDOAMm_X85YZOyj dcherian 2448579 2023-03-24T15:37:34Z 2023-03-24T15:37:34Z MEMBER

Is it for a particular backend?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  add timeouts for tests 1635470616

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