home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "CONTRIBUTOR" and issue = 713606589 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • ashwinvis 3

issue 1

  • Add optional dependencies · 3 ✖

author_association 1

  • CONTRIBUTOR · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
703172986 https://github.com/pydata/xarray/pull/4480#issuecomment-703172986 https://api.github.com/repos/pydata/xarray/issues/4480 MDEyOklzc3VlQ29tbWVudDcwMzE3Mjk4Ng== ashwinvis 9155111 2020-10-03T22:36:39Z 2020-10-03T22:36:39Z CONTRIBUTOR

The only hiccup that I noticed was scitools-iris requires cartopy (which would install only if numpy is pre-installed), which in turn requires cf-units (which again would install if UDUNITS-2 library is present). I had gdal installed in my machine so I did not notice this. In short, it is best to avoid / mock scitools+ stuff if it can be avoided. I added it as a doc dependency because it is mandatory to have scitools+ packages - the way it is configured now. There is certainly room for future improvement.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add optional dependencies 713606589
703138718 https://github.com/pydata/xarray/pull/4480#issuecomment-703138718 https://api.github.com/repos/pydata/xarray/issues/4480 MDEyOklzc3VlQ29tbWVudDcwMzEzODcxOA== ashwinvis 9155111 2020-10-03T17:40:27Z 2020-10-03T17:40:27Z CONTRIBUTOR

Iris on PyPI is a dummy package. The package relevant for us is scitools-iris which can be difficult to install. That and some other packages should be installed to generate the docs. Ideally these should be mocked, maybe for another issue.

I tracked down all the dependencies required for docs. Could be useful for development.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add optional dependencies 713606589
702808164 https://github.com/pydata/xarray/pull/4480#issuecomment-702808164 https://api.github.com/repos/pydata/xarray/issues/4480 MDEyOklzc3VlQ29tbWVudDcwMjgwODE2NA== ashwinvis 9155111 2020-10-02T15:44:00Z 2020-10-02T15:44:00Z CONTRIBUTOR

@mathause Something similar to https://docs.dask.org/en/latest/install.html#pip ?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Add optional dependencies 713606589

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