home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • dcherian · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1449322603 https://github.com/pydata/xarray/issues/7522#issuecomment-1449322603 https://api.github.com/repos/pydata/xarray/issues/7522 IC_kwDOAMm_X85WYuhr dcherian 2448579 2023-03-01T04:28:51Z 2023-03-01T04:28:51Z MEMBER

Do you think this is tied to fsspec somehow?

Perhaps @martindurant can take a look.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Differences in `to_netcdf` for dask and numpy backed arrays 1581046647
1449076610 https://github.com/pydata/xarray/issues/7522#issuecomment-1449076610 https://api.github.com/repos/pydata/xarray/issues/7522 IC_kwDOAMm_X85WXyeC dcherian 2448579 2023-02-28T23:20:23Z 2023-02-28T23:20:23Z MEMBER

Hmmm open_dataset should really only read metadata

Can you run a line profiler and see what's requesting the reads please.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Differences in `to_netcdf` for dask and numpy backed arrays 1581046647
1428791060 https://github.com/pydata/xarray/issues/7522#issuecomment-1428791060 https://api.github.com/repos/pydata/xarray/issues/7522 IC_kwDOAMm_X85VKZ8U dcherian 2448579 2023-02-13T22:33:58Z 2023-02-13T22:33:58Z MEMBER

Hm... for me the first call in a session is always slow which suggests its some fsspec auth/setup thing.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Differences in `to_netcdf` for dask and numpy backed arrays 1581046647

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