home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 510631260 and user = 13301940 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • andersy005 · 2 ✖

issue 1

  • Sync with latest version of cftime (v1.0.4) · 2 ✖

author_association 1

  • MEMBER 2
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
545024572 https://github.com/pydata/xarray/pull/3430#issuecomment-545024572 https://api.github.com/repos/pydata/xarray/issues/3430 MDEyOklzc3VlQ29tbWVudDU0NTAyNDU3Mg== andersy005 13301940 2019-10-22T15:40:52Z 2019-10-22T15:40:52Z MEMBER

can you add a whats-new entry please.

Done!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Sync with latest version of cftime (v1.0.4) 510631260
544980437 https://github.com/pydata/xarray/pull/3430#issuecomment-544980437 https://api.github.com/repos/pydata/xarray/issues/3430 MDEyOklzc3VlQ29tbWVudDU0NDk4MDQzNw== andersy005 13301940 2019-10-22T14:07:25Z 2019-10-22T14:07:25Z MEMBER

@spencerkclark, thank you for the review, and looking into #3427! I was having a hard time debugging #3427 due to the opaque nature of cftime errors. In the meantime, I will keep an eye on the upstream issue you opened in unidata/cftime.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Sync with latest version of cftime (v1.0.4) 510631260

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