home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 945390900 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • keewis 1
  • github-actions[bot] 1

author_association 2

  • CONTRIBUTOR 1
  • MEMBER 1

issue 1

  • check the development version of fsspec in the upstream-dev CI · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
880726013 https://github.com/pydata/xarray/pull/5608#issuecomment-880726013 https://api.github.com/repos/pydata/xarray/issues/5608 MDEyOklzc3VlQ29tbWVudDg4MDcyNjAxMw== keewis 14808389 2021-07-15T14:09:05Z 2021-07-15T14:09:05Z MEMBER

I'm merging this because the install seems to work fine, but I can't check whether this breaks something because a change to distributed broke some of our test setup code (see #5600). The only CI that is affected by either is upstream-dev, though, so the risk should be pretty low.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  check the development version of fsspec in the upstream-dev CI 945390900
880704103 https://github.com/pydata/xarray/pull/5608#issuecomment-880704103 https://api.github.com/repos/pydata/xarray/issues/5608 MDEyOklzc3VlQ29tbWVudDg4MDcwNDEwMw== github-actions[bot] 41898282 2021-07-15T13:41:08Z 2021-07-15T13:41:08Z CONTRIBUTOR

Unit Test Results

0 files  0 suites   0s :stopwatch: 0 tests 0 :heavy_check_mark: 0 :zzz: 0 :x:

Results for commit f9dd72c7.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  check the development version of fsspec in the upstream-dev CI 945390900

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