home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

5 rows where issue = 1382753751 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 3

  • benbovy 2
  • TomNicholas 2
  • dcherian 1

issue 1

  • release? · 5 ✖

author_association 1

  • MEMBER 5
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1261356747 https://github.com/pydata/xarray/issues/7069#issuecomment-1261356747 https://api.github.com/repos/pydata/xarray/issues/7069 IC_kwDOAMm_X85LLsbL benbovy 4160723 2022-09-28T19:12:50Z 2022-09-28T19:12:50Z MEMBER

I think we can go ahead with the release. The remaining regressions seem to affect only a limited number of use cases ; it could wait the following release if we we are not waiting too long between the two.

I'd also wait for an announcement about indexes. It has been already announced at the previous release, and it'd probably be better to communicate about it (maybe via a blog post?) after improving the docs and experimenting a bit more with custom indexes...

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release? 1382753751
1261323979 https://github.com/pydata/xarray/issues/7069#issuecomment-1261323979 https://api.github.com/repos/pydata/xarray/issues/7069 IC_kwDOAMm_X85LLkbL TomNicholas 35968931 2022-09-28T18:43:06Z 2022-09-28T18:43:06Z MEMBER

Should we wait to fix any of the other regressions? Or just fix them in the next release.

Are we doing any kind of announcement about indexes with this release? Or just summarise whatsnew as normal?

Also kind of unrelated (I forgot to mention this in the meeting today) but can someone please add my columbia email (thomas dot nicholas at columbia dot edu)to the xarray dev team google group/list? I think it was attached to my old institutional address which has since lapsed.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release? 1382753751
1261117303 https://github.com/pydata/xarray/issues/7069#issuecomment-1261117303 https://api.github.com/repos/pydata/xarray/issues/7069 IC_kwDOAMm_X85LKx93 dcherian 2448579 2022-09-28T15:54:59Z 2022-09-28T15:54:59Z MEMBER

Looks like this is a good time to release!

@TomNicholas can you handle this one please?

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release? 1382753751
1256023332 https://github.com/pydata/xarray/issues/7069#issuecomment-1256023332 https://api.github.com/repos/pydata/xarray/issues/7069 IC_kwDOAMm_X85K3WUk benbovy 4160723 2022-09-23T10:06:26Z 2022-09-23T14:52:22Z MEMBER

6992 and #6999 regression fixes are ready.

6971 would be nice to include in the release. It is almost ready, we still need to decide whether to expose the Index public API in Xarray's root namespace or in an indexes subpackage. See #6971 and discussion thereafter.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release? 1382753751
1255549756 https://github.com/pydata/xarray/issues/7069#issuecomment-1255549756 https://api.github.com/repos/pydata/xarray/issues/7069 IC_kwDOAMm_X85K1is8 TomNicholas 35968931 2022-09-22T21:08:12Z 2022-09-22T21:08:12Z MEMBER

It would be nice to be able to go back to what we were doing recently, i.e. releasing every 2 weeks (after each dev meeting). Will we be able to go back to that schedule after this release?

(I can release this next version too)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  release? 1382753751

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