home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 1218094019 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: updated_at (date)

user 1

  • dcherian · 2 ✖

issue 1

  • Attempt to improve CI caching · 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
1112365112 https://github.com/pydata/xarray/pull/6534#issuecomment-1112365112 https://api.github.com/repos/pydata/xarray/issues/6534 IC_kwDOAMm_X85CTVg4 dcherian 2448579 2022-04-28T15:43:16Z 2022-04-28T15:43:16Z MEMBER

Nice work. This is working well!

We could also skip installing the "error reporter" but its only 2s.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Attempt to improve CI caching 1218094019
1111705996 https://github.com/pydata/xarray/pull/6534#issuecomment-1111705996 https://api.github.com/repos/pydata/xarray/issues/6534 IC_kwDOAMm_X85CQ0mM dcherian 2448579 2022-04-28T03:33:24Z 2022-04-28T03:33:24Z MEMBER

The output under "Version Info" lists these environment variables CONDA: /usr/share/miniconda CONDA_DEFAULT_ENV: xarray-tests CONDA_ENV_FILE: ci/requirements/environment.yml CONDA_EXE: /usr/share/miniconda/bin/conda CONDA_PKGS_DIR: /home/runner/conda_pkgs_dir CONDA_PREFIX: /usr/share/miniconda/envs/xarray-tests CONDA_PREFIX_1: /usr/share/miniconda CONDA_PROMPT_MODIFIER: CONDA_PYTHON_EXE: /usr/share/miniconda/bin/python CONDA_ROOT: /usr/share/miniconda CONDA_SHLVL: 2

I don't understand why these variables aren't being set earlier. It's almost as if the environment isn't being activated

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Attempt to improve CI caching 1218094019

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