home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER" and issue = 1003587347 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 2

  • keewis 3
  • dcherian 1

issue 1

  • DEP: Deprecate rasterio backend · 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
933223239 https://github.com/pydata/xarray/pull/5808#issuecomment-933223239 https://api.github.com/repos/pydata/xarray/issues/5808 IC_kwDOAMm_X843n9tH dcherian 2448579 2021-10-04T07:36:22Z 2021-10-04T07:36:22Z MEMBER

Thanks @snowman2 This is awesome!

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DEP: Deprecate rasterio backend 1003587347
932817359 https://github.com/pydata/xarray/pull/5808#issuecomment-932817359 https://api.github.com/repos/pydata/xarray/issues/5808 IC_kwDOAMm_X843manP keewis 14808389 2021-10-02T20:38:32Z 2021-10-02T20:38:48Z MEMBER

Merging. Thanks again, @snowman2

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DEP: Deprecate rasterio backend 1003587347
931646578 https://github.com/pydata/xarray/pull/5808#issuecomment-931646578 https://api.github.com/repos/pydata/xarray/issues/5808 IC_kwDOAMm_X843h8xy keewis 14808389 2021-09-30T20:37:01Z 2021-10-02T20:11:05Z MEMBER

I just pushed a rst comment reminding us to update the deprecation version if we skip 0.19.1, but if I remember the meeting correctly this should now be ready for merging.

Thanks a lot, @snowman2

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DEP: Deprecate rasterio backend 1003587347
926468526 https://github.com/pydata/xarray/pull/5808#issuecomment-926468526 https://api.github.com/repos/pydata/xarray/issues/5808 IC_kwDOAMm_X843OMmu keewis 14808389 2021-09-24T09:04:54Z 2021-09-24T09:04:54Z MEMBER

thanks, @snowman2, looks good to me. We definitely need a whats-new.rst entry for this, though. Once that is done I think we can merge this (unless we're planning to release 0.19.1 first?)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  DEP: Deprecate rasterio backend 1003587347

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