home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where issue = 1285767883 and user = 5635139 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

  • max-sixty · 4 ✖

issue 1

  • move da and ds fixtures to conftest.py · 4 ✖

author_association 1

  • MEMBER 4
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1172339599 https://github.com/pydata/xarray/pull/6730#issuecomment-1172339599 https://api.github.com/repos/pydata/xarray/issues/6730 IC_kwDOAMm_X85F4HuP max-sixty 5635139 2022-07-01T13:17:28Z 2022-07-01T13:17:28Z MEMBER

Don't put such decisions on a mere mortal!

I would say switch given it sounds like da & ds caused some confusion. Even if personally I was OK with da & ds

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  move da and ds fixtures to conftest.py 1285767883
1172312204 https://github.com/pydata/xarray/pull/6730#issuecomment-1172312204 https://api.github.com/repos/pydata/xarray/issues/6730 IC_kwDOAMm_X85F4BCM max-sixty 5635139 2022-07-01T12:49:59Z 2022-07-01T12:49:59Z MEMBER

Yes, agree they are not imported — good point but I think this would be OK

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  move da and ds fixtures to conftest.py 1285767883
1167843189 https://github.com/pydata/xarray/pull/6730#issuecomment-1167843189 https://api.github.com/repos/pydata/xarray/issues/6730 IC_kwDOAMm_X85Fm991 max-sixty 5635139 2022-06-27T20:20:31Z 2022-06-27T20:20:31Z MEMBER

your suggestion would be to name them dataarray and dataset?

That would be great I think!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  move da and ds fixtures to conftest.py 1285767883
1167650213 https://github.com/pydata/xarray/pull/6730#issuecomment-1167650213 https://api.github.com/repos/pydata/xarray/issues/6730 IC_kwDOAMm_X85FmO2l max-sixty 5635139 2022-06-27T17:28:54Z 2022-06-27T17:28:54Z MEMBER

I agree with moving them!

But I haven't seen ..._fixture in pytest before, and it makes the names longer — could I ask what the benefit of that is? If we wanted dataarray & dataset then that would be fine...

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  move da and ds fixtures to conftest.py 1285767883

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