home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1284071791 sorted by updated_at descending

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 4

  • shoyer 2
  • rabernat 1
  • dcherian 1
  • andersy005 1

issue 1

  • Fix .chunks loading lazy backed array data · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1170451917 https://github.com/pydata/xarray/pull/6721#issuecomment-1170451917 https://api.github.com/repos/pydata/xarray/issues/6721 IC_kwDOAMm_X85Fw63N rabernat 1197350 2022-06-29T20:15:15Z 2022-06-29T20:15:15Z MEMBER

Awesome work!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix .chunks loading lazy backed array data 1284071791
1170444562 https://github.com/pydata/xarray/pull/6721#issuecomment-1170444562 https://api.github.com/repos/pydata/xarray/issues/6721 IC_kwDOAMm_X85Fw5ES andersy005 13301940 2022-06-29T20:06:30Z 2022-06-29T20:06:30Z MEMBER

Thank you, @dcherian!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix .chunks loading lazy backed array data 1284071791
1165865905 https://github.com/pydata/xarray/pull/6721#issuecomment-1165865905 https://api.github.com/repos/pydata/xarray/issues/6721 IC_kwDOAMm_X85FfbOx dcherian 2448579 2022-06-24T19:23:20Z 2022-06-24T19:23:20Z MEMBER

We have some tests with InaccessibleVariableDataStore for this sort of thing,

great tip! We don't need zarr actually, this was triggering loading of all lazy arrays.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix .chunks loading lazy backed array data 1284071791
1165848854 https://github.com/pydata/xarray/pull/6721#issuecomment-1165848854 https://api.github.com/repos/pydata/xarray/issues/6721 IC_kwDOAMm_X85FfXEW shoyer 1217238 2022-06-24T18:57:42Z 2022-06-24T18:57:42Z MEMBER

The simplest option would probably be a custom Zarr store that raises an error if you try to look at array data. This could be implemented as a subclass of an existing Zarr store (e.g., the in memory store) that raises an error in __getitem__ is the filename of requests does not start with ..

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix .chunks loading lazy backed array data 1284071791
1165847538 https://github.com/pydata/xarray/pull/6721#issuecomment-1165847538 https://api.github.com/repos/pydata/xarray/issues/6721 IC_kwDOAMm_X85FfWvy shoyer 1217238 2022-06-24T18:55:51Z 2022-06-24T18:55:51Z MEMBER

We have some tests with InaccessibleVariableDataStore for this sort of thing, but I don't know immediately how to hook that into the Zarr backend.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix .chunks loading lazy backed array data 1284071791

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.94ms · About: xarray-datasette
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows