home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 1603831809 and user = 22245117 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

  • malmans2 · 3 ✖

issue 1

  • `test_open_nczarr` failing · 3 ✖

author_association 1

  • CONTRIBUTOR 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1450112743 https://github.com/pydata/xarray/issues/7572#issuecomment-1450112743 https://api.github.com/repos/pydata/xarray/issues/7572 IC_kwDOAMm_X85Wbvbn malmans2 22245117 2023-03-01T12:58:40Z 2023-03-01T12:59:06Z CONTRIBUTOR

Slightly different issue related to the latest release of netcdf-c.

Looks like nczarr attribute key changed from "_NCZARR_ARRAY" to "_nczarr_array" (see https://github.com/Unidata/netcdf-c/pull/2492), so we would have to take care of this if we want to keep supporting pure nczarr.

https://github.com/pydata/xarray/blob/6531b57f8c5cb7f3c564ff895c2e4b6573bb5521/xarray/backends/zarr.py#L202

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `test_open_nczarr` failing 1603831809
1449751992 https://github.com/pydata/xarray/issues/7572#issuecomment-1449751992 https://api.github.com/repos/pydata/xarray/issues/7572 IC_kwDOAMm_X85WaXW4 malmans2 22245117 2023-03-01T10:00:07Z 2023-03-01T10:00:07Z CONTRIBUTOR

See: https://github.com/Unidata/netcdf-c/issues/2647

The problem is that with netcdf-c=4.9.1 dimension names are lost when writing pure nczarr files. We only need it to make sure that xarray is able to read from pure nczarr.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `test_open_nczarr` failing 1603831809
1449591384 https://github.com/pydata/xarray/issues/7572#issuecomment-1449591384 https://api.github.com/repos/pydata/xarray/issues/7572 IC_kwDOAMm_X85WZwJY malmans2 22245117 2023-03-01T08:48:21Z 2023-03-01T08:48:21Z CONTRIBUTOR

The problem comes from libnetcdf. It bumped from 4.8.1 to 4.9.1. I'll look into it.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  `test_open_nczarr` failing 1603831809

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