home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

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

  • max-sixty 6
  • shoyer 1

issue 1

  • Dataset.map · 7 ✖

author_association 1

  • MEMBER · 7 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
552136887 https://github.com/pydata/xarray/pull/3459#issuecomment-552136887 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU1MjEzNjg4Nw== shoyer 1217238 2019-11-09T20:57:36Z 2019-11-09T20:57:36Z MEMBER

Looks good to me!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 1,
    "eyes": 0
}
  Dataset.map 514142439
552136153 https://github.com/pydata/xarray/pull/3459#issuecomment-552136153 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU1MjEzNjE1Mw== max-sixty 5635139 2019-11-09T20:50:22Z 2019-11-09T20:50:22Z MEMBER

Lmk if that was an "OK to merge" @shoyer ! Thanks

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.map 514142439
552130320 https://github.com/pydata/xarray/pull/3459#issuecomment-552130320 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU1MjEzMDMyMA== max-sixty 5635139 2019-11-09T19:36:38Z 2019-11-09T19:36:38Z MEMBER

Ready to merge!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.map 514142439
548957607 https://github.com/pydata/xarray/pull/3459#issuecomment-548957607 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU0ODk1NzYwNw== max-sixty 5635139 2019-11-01T21:30:17Z 2019-11-01T21:31:14Z MEMBER

This is ready for review, I'll add a whatsnew depending on whether we decide to do the same for GroupBy

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.map 514142439
547670270 https://github.com/pydata/xarray/pull/3459#issuecomment-547670270 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU0NzY3MDI3MA== max-sixty 5635139 2019-10-29T23:13:51Z 2019-10-29T23:13:51Z MEMBER

I think docs stopped building and just froze (so timed out rather than erroring), and so the error wasn't reported up to Azure Pipelines. I got this from the log:

```


Warning in /home/vsts/work/1/s/doc/computation.rst at block ending on line 472 Specify :okwarning: as an option in the ipython:: block to suppress this message


/usr/share/miniconda/envs/xarray-tests/bin/sphinx-build:1: DeprecationWarning: Dataset.apply is deprecated in favor of Dataset.map and will be changed or removed in a future version of xarray #!/usr/share/miniconda/envs/xarray-tests/bin/python3.7 <<<------------------------------------------------------------------------- /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.integrate:12: WARNING: Unexpected indentation. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interp:20: WARNING: Inline strong start-string without end-string. /home/vsts/work/1/s/xarray/core/dataarray.py:docstring of xarray.DataArray.interpolate_na:8: WARNING: Definition list ends without a blank line; unexpected unindent.

Sphinx parallel build error: RuntimeError: Non Expected warning in /home/vsts/work/1/s/doc/computation.rst line 472 ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.map 514142439
547669307 https://github.com/pydata/xarray/pull/3459#issuecomment-547669307 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU0NzY2OTMwNw== max-sixty 5635139 2019-10-29T23:10:19Z 2019-10-29T23:10:19Z MEMBER

I see this in the GH Checks page (but, again, no test runs failed, apparently)

```python self = <xarray.tests.test_backends.TestPydapOnline object at 0x7fd9047f8518>

def test_cmp_local_file(self):
  with self.create_datasets() as (actual, expected):

xarray/tests/test_backends.py:3137:


/usr/share/miniconda/envs/xarray-tests/lib/python3.6/contextlib.py:81: in enter return next(self.gen) xarray/tests/test_backends.py:3191: in create_datasets actual = open_dataset(url, engine="pydap", kwargs) xarray/backends/api.py:504: in open_dataset store = backends.PydapDataStore.open(filename_or_obj, backend_kwargs) xarray/backends/pydap_.py:78: in open ds = pydap.client.open_url(url, session=session) /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/client.py:67: in open_url timeout).dataset /usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/handlers/dap.py:54: in init raise_for_status(r)


response = <Response at 0x7fd9045ac588 500 Internal Server Error>

def raise_for_status(response):
    # Raise error if status is above 300:
    if response.status_code >= 300:
        raise HTTPError(
            detail=response.status+'\n'+response.text,
            headers=response.headers,
          comment=response.body
        )

E webob.exc.HTTPError: 500 Internal Server Error E Error { E code = 500; E message = "Problem encountered with BES connection. Message: 'Failed to write to socket: Broken pipe (Write failed)' OPeNDAPClient executed 131 prior commands."; E }

/usr/share/miniconda/envs/xarray-tests/lib/python3.6/site-packages/pydap/net.py:39: HTTPError ```

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.map 514142439
547668720 https://github.com/pydata/xarray/pull/3459#issuecomment-547668720 https://api.github.com/repos/pydata/xarray/issues/3459 MDEyOklzc3VlQ29tbWVudDU0NzY2ODcyMA== max-sixty 5635139 2019-10-29T23:08:03Z 2019-10-29T23:08:03Z MEMBER

I'm getting bemuisng test failures here! All the tests apart from docs say they pass, Docs says Cancelled after 60m. There are no explicit changes to docs here, and I can't imagine any implicit changes. If anyone has any bright ideas, help is welcome!

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Dataset.map 514142439

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