home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "NONE", issue = 335015296 and user = 290082 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

  • leouieda · 2 ✖

issue 1

  • Indexing preserves outdated attrs which cause trouble downstream · 2 ✖

author_association 1

  • NONE · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
399623519 https://github.com/pydata/xarray/issues/2247#issuecomment-399623519 https://api.github.com/repos/pydata/xarray/issues/2247 MDEyOklzc3VlQ29tbWVudDM5OTYyMzUxOQ== leouieda 290082 2018-06-23T02:22:27Z 2018-06-23T02:22:27Z NONE

@shoyer thanks, I missed that issue. I appreciate the complexity of the problem. For now, I'm dropping the actual_range attribute manually but I image other people will have this issue when using grids made with GMT. We're working on the GMT side to issue warnings if we detect that the metadata might be stale.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Indexing preserves outdated attrs which cause trouble downstream 335015296
399579082 https://github.com/pydata/xarray/issues/2247#issuecomment-399579082 https://api.github.com/repos/pydata/xarray/issues/2247 MDEyOklzc3VlQ29tbWVudDM5OTU3OTA4Mg== leouieda 290082 2018-06-22T20:54:19Z 2018-06-22T20:54:19Z NONE

Here is the earth_relief_60m.grd grid if anyone wants to try the code: earth_relief_60m.grd.zip

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Indexing preserves outdated attrs which cause trouble downstream 335015296

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