home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where author_association = "NONE" and issue = 454337592 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 2

  • codecov[bot] 1
  • pep8speaks 1

issue 1

  • Add `scales` attributes to Dataset created in open_rasterio (#3012) · 2 ✖

author_association 1

  • NONE · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
509772022 https://github.com/pydata/xarray/pull/3013#issuecomment-509772022 https://api.github.com/repos/pydata/xarray/issues/3013 MDEyOklzc3VlQ29tbWVudDUwOTc3MjAyMg== codecov[bot] 22429695 2019-07-09T19:18:05Z 2019-07-09T19:27:19Z NONE

Codecov Report

Merging #3013 into master will increase coverage by 0.49%. The diff coverage is 75%.

```diff @@ Coverage Diff @@

master #3013 +/-

========================================== + Coverage 92.16% 92.66% +0.49%
========================================== Files 63 63
Lines 12787 12795 +8
Branches 2906 2910 +4
========================================== + Hits 11785 11856 +71
+ Misses 688 622 -66
- Partials 314 317 +3 ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add `scales` attributes to Dataset created in open_rasterio (#3012) 454337592
501651662 https://github.com/pydata/xarray/pull/3013#issuecomment-501651662 https://api.github.com/repos/pydata/xarray/issues/3013 MDEyOklzc3VlQ29tbWVudDUwMTY1MTY2Mg== pep8speaks 24736507 2019-06-13T10:47:12Z 2019-07-09T19:11:29Z NONE

Hello @ecarrara! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-07-09 19:11:28 UTC
{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add `scales` attributes to Dataset created in open_rasterio (#3012) 454337592

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