home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

where issue = 1404926762 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • dcherian · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
1276248158 https://github.com/pydata/xarray/issues/7154#issuecomment-1276248158 https://api.github.com/repos/pydata/xarray/issues/7154 IC_kwDOAMm_X85MEgBe dcherian 2448579 2022-10-12T14:11:04Z 2022-10-12T14:11:04Z MEMBER

Thanks for the quick fix @kmuehlbauer !

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  nightly failure with h5netcdf indexing 1404926762
1275067046 https://github.com/pydata/xarray/issues/7154#issuecomment-1275067046 https://api.github.com/repos/pydata/xarray/issues/7154 IC_kwDOAMm_X85L__qm dcherian 2448579 2022-10-11T17:54:27Z 2022-10-11T17:55:03Z MEMBER

Thanks! This seems to work (see https://docs.pytest.org/en/7.1.x/how-to/usage.html#specifying-which-tests-to-run).

```

pytest -k "H5NetCDF" ==================================================================================================================================================== test session starts ===================================================================================================================================================== platform darwin -- Python 3.10.6, pytest-7.1.3, pluggy-1.0.0 rootdir: /Users/dcherian/work/python/xarray, configfile: setup.cfg, testpaths: xarray/tests, properties plugins: xdist-2.5.0, forked-1.4.0, env-0.6.2, hypothesis-6.56.1, cov-4.0.0 collected 15998 items / 15723 deselected / 1 skipped / 275 selected

xarray/tests/test_backends.py .......................X.......x.......................................ss...................................X.......x.......................................ss...................................X.......x.......................................ss.............................. [ 99%] xarray/tests/test_distributed.py .. [100%]

====================================================================================================================================================== warnings summary ====================================================================================================================================================== xarray/tests/test_backends.py::TestH5NetCDFData::test_zero_dimensional_variable /Users/dcherian/mambaforge/envs/xarray-release/lib/python3.10/site-packages/cfgrib/xarray_plugin.py:11: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. if LooseVersion(xr.version) <= "0.17.0":

xarray/tests/test_backends.py::TestH5NetCDFData::test_zero_dimensional_variable /Users/dcherian/mambaforge/envs/xarray-release/lib/python3.10/site-packages/setuptools/_distutils/version.py:346: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead. other = LooseVersion(other)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html =============================================================================================================== 263 passed, 7 skipped, 15723 deselected, 3 xfailed, 3 xpassed, 2 warnings in 86.98s (0:01:26) ================================================================================================================ /Users/dcherian/mambaforge/envs/xarray-release/lib/python3.10/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 4 leaked semaphore objects to clean up at shutdown ```

And I do something similar in flox with the groupby tests. It works really well!

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 1,
    "rocket": 0,
    "eyes": 0
}
  nightly failure with h5netcdf indexing 1404926762
1275052017 https://github.com/pydata/xarray/issues/7154#issuecomment-1275052017 https://api.github.com/repos/pydata/xarray/issues/7154 IC_kwDOAMm_X85L_7_x dcherian 2448579 2022-10-11T17:40:04Z 2022-10-11T17:40:04Z MEMBER

our github action updates any existing open "nightly test failed" issue and we forgot to close the last one...

{
    "total_count": 1,
    "+1": 0,
    "-1": 0,
    "laugh": 1,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  nightly failure with h5netcdf indexing 1404926762

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