home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 773497334 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • alexamici 3

issue 1

  • remove autoclose in open_dataset and related warning test · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
750921848 https://github.com/pydata/xarray/pull/4725#issuecomment-750921848 https://api.github.com/repos/pydata/xarray/issues/4725 MDEyOklzc3VlQ29tbWVudDc1MDkyMTg0OA== alexamici 226037 2020-12-24T16:25:19Z 2020-12-24T16:25:19Z MEMBER

I merge as it has been discussed yesterday in the community meeting.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  remove autoclose in open_dataset and related warning test 773497334
750288021 https://github.com/pydata/xarray/pull/4725#issuecomment-750288021 https://api.github.com/repos/pydata/xarray/issues/4725 MDEyOklzc3VlQ29tbWVudDc1MDI4ODAyMQ== alexamici 226037 2020-12-23T12:51:52Z 2020-12-23T12:51:52Z MEMBER

@aurghs I think you should check what documentation needs updating beside the doctring.

Also this deserves and entry in what's new.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  remove autoclose in open_dataset and related warning test 773497334
749977773 https://github.com/pydata/xarray/pull/4725#issuecomment-749977773 https://api.github.com/repos/pydata/xarray/issues/4725 MDEyOklzc3VlQ29tbWVudDc0OTk3Nzc3Mw== alexamici 226037 2020-12-23T07:07:07Z 2020-12-23T07:07:26Z MEMBER

@aurghs there's a conflict, would you please fix it?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  remove autoclose in open_dataset and related warning test 773497334

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