home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • dcherian 2
  • max-sixty 1
  • crusaderky 1

issue 1

  • One-off isort run · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
575793202 https://github.com/pydata/xarray/pull/3705#issuecomment-575793202 https://api.github.com/repos/pydata/xarray/issues/3705 MDEyOklzc3VlQ29tbWVudDU3NTc5MzIwMg== dcherian 2448579 2020-01-17T21:00:19Z 2020-01-17T21:00:19Z MEMBER

Great. thanks!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  One-off isort run 551544665
575786728 https://github.com/pydata/xarray/pull/3705#issuecomment-575786728 https://api.github.com/repos/pydata/xarray/issues/3705 MDEyOklzc3VlQ29tbWVudDU3NTc4NjcyOA== crusaderky 6213168 2020-01-17T20:39:27Z 2020-01-17T20:39:27Z MEMBER

fixed

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  One-off isort run 551544665
575774649 https://github.com/pydata/xarray/pull/3705#issuecomment-575774649 https://api.github.com/repos/pydata/xarray/issues/3705 MDEyOklzc3VlQ29tbWVudDU3NTc3NDY0OQ== max-sixty 5635139 2020-01-17T20:02:52Z 2020-01-17T20:02:52Z MEMBER

This may be causing the doc break: https://github.com/pydata/xarray/pull/3705/files#diff-684a0ceb2878d48b19612ca360e277efR23

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  One-off isort run 551544665
575749944 https://github.com/pydata/xarray/pull/3705#issuecomment-575749944 https://api.github.com/repos/pydata/xarray/issues/3705 MDEyOklzc3VlQ29tbWVudDU3NTc0OTk0NA== dcherian 2448579 2020-01-17T18:51:27Z 2020-01-17T18:51:27Z MEMBER

Something messed up the docs build

``` WARNING: [autosummary] failed to import 'xarray.core.accessor_dt.TimedeltaAccessor': no module named xarray.core.accessor_dt.TimedeltaAccessor WARNING: [autosummary] failed to import 'xarray.core.rolling.DataArrayCoarsen.all': no module named xarray.core.rolling.DataArrayCoarsen.all WARNING: [autosummary] failed to import 'xarray.core.rolling.DataArrayCoarsen.any': no module named xarray.core.rolling.DataArrayCoarsen.any WARNING: [autosummary] failed to import 'xarray.core.rolling.DataArrayCoarsen.count': no module named xarray.core.rolling.DataArrayCoarsen.count WARNING: [autosummary] failed to import 'xarray.core.rolling.DatasetCoarsen.all': no module named xarray.core.rolling.DatasetCoarsen.all WARNING: [autosummary] failed to import 'xarray.core.rolling.DatasetCoarsen.any': no module named xarray.core.rolling.DatasetCoarsen.any WARNING: [autosummary] failed to import 'xarray.core.rolling.DatasetCoarsen.count': no module named xarray.core.rolling.DatasetCoarsen.count

```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  One-off isort run 551544665

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