home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • max-sixty 2

issue 1

  • Iterate over data_vars only · 2 ✖

author_association 1

  • MEMBER · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
432767526 https://github.com/pydata/xarray/pull/2506#issuecomment-432767526 https://api.github.com/repos/pydata/xarray/issues/2506 MDEyOklzc3VlQ29tbWVudDQzMjc2NzUyNg== max-sixty 5635139 2018-10-24T18:06:00Z 2018-10-24T18:06:00Z MEMBER

I'm seeing (unrelated) errors on AppVeyor only: https://ci.appveyor.com/project/shoyer/xray/builds/19763584/job/44ushvsfpuw77rqd

``` Collecting netcdf4 (from -r C:\projects\xray\ci\condaenv.z95tw7.requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/eb/aa/b067f3b1a2561f29f5c282d8a0f0f4bba5b13e9bdaa5fcd29005d226c448/netCDF4-1.4.2.tar.gz (769kB) Complete output from command python setup.py egg_info: reading from setup.cfg...

    HDF5_DIR environment variable not set, checking some standard locations ..
checking C:\Users\appveyor ...
checking /usr/local ...
checking /sw ...
checking /opt ...
checking /opt/local ...
checking /usr ...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "c:\users\appveyor\appdata\local\temp\1\pip-install-nfiw_q\netcdf4\setup.py", line 371, in <module>
    _populate_hdf5_info(dirstosearch, inc_dirs, libs, lib_dirs)
  File "c:\users\appveyor\appdata\local\temp\1\pip-install-nfiw_q\netcdf4\setup.py", line 319, in _populate_hdf5_info
    raise ValueError('did not find HDF5 headers')
ValueError: did not find HDF5 headers

----------------------------------------

```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Iterate over data_vars only 373588302
432752780 https://github.com/pydata/xarray/pull/2506#issuecomment-432752780 https://api.github.com/repos/pydata/xarray/issues/2506 MDEyOklzc3VlQ29tbWVudDQzMjc1Mjc4MA== max-sixty 5635139 2018-10-24T17:27:46Z 2018-10-24T17:27:46Z MEMBER

ref https://github.com/pydata/xarray/issues/2505

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Iterate over data_vars only 373588302

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