home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 853644364 and user = 35919497 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

  • aurghs · 4 ✖

issue 1

  • Fix open_dataset regression · 4 ✖

author_association 1

  • COLLABORATOR 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
819563132 https://github.com/pydata/xarray/pull/5135#issuecomment-819563132 https://api.github.com/repos/pydata/xarray/issues/5135 MDEyOklzc3VlQ29tbWVudDgxOTU2MzEzMg== aurghs 35919497 2021-04-14T14:29:59Z 2021-04-14T14:29:59Z COLLABORATOR

@bcbnz could you check if this fixes also #5132?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix open_dataset regression 853644364
818808309 https://github.com/pydata/xarray/pull/5135#issuecomment-818808309 https://api.github.com/repos/pydata/xarray/issues/5135 MDEyOklzc3VlQ29tbWVudDgxODgwODMwOQ== aurghs 35919497 2021-04-13T15:03:39Z 2021-04-13T15:03:39Z COLLABORATOR

@aurghs can you confirm that all failures are unrelated to the changes?

In my understanding, the errors are not related to the changes.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix open_dataset regression 853644364
816050897 https://github.com/pydata/xarray/pull/5135#issuecomment-816050897 https://api.github.com/repos/pydata/xarray/issues/5135 MDEyOklzc3VlQ29tbWVudDgxNjA1MDg5Nw== aurghs 35919497 2021-04-08T18:37:46Z 2021-04-08T18:37:46Z COLLABORATOR

At this point, probably api.normalize_path is the best choice.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix open_dataset regression 853644364
816021103 https://github.com/pydata/xarray/pull/5135#issuecomment-816021103 https://api.github.com/repos/pydata/xarray/issues/5135 MDEyOklzc3VlQ29tbWVudDgxNjAyMTEwMw== aurghs 35919497 2021-04-08T17:52:46Z 2021-04-08T17:52:46Z COLLABORATOR

LGTM. I don't know how we would test this...

I don't have any good idea about it.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Fix open_dataset regression 853644364

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