home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

4 rows where author_association = "MEMBER", issue = 197083082 and user = 1217238 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 1

  • shoyer · 4 ✖

issue 1

  • Switch to shared Lock (SerializableLock if possible) for reading/writing · 4 ✖

author_association 1

  • MEMBER · 4 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
270427441 https://github.com/pydata/xarray/pull/1179#issuecomment-270427441 https://api.github.com/repos/pydata/xarray/issues/1179 MDEyOklzc3VlQ29tbWVudDI3MDQyNzQ0MQ== shoyer 1217238 2017-01-04T17:12:58Z 2017-01-04T17:12:58Z MEMBER

In it goes. We're using conda-forge for all Travis-CI builds now.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082
270289244 https://github.com/pydata/xarray/pull/1179#issuecomment-270289244 https://api.github.com/repos/pydata/xarray/issues/1179 MDEyOklzc3VlQ29tbWVudDI3MDI4OTI0NA== shoyer 1217238 2017-01-04T03:49:17Z 2017-01-04T03:49:17Z MEMBER

Hmm. It looks like we need dask 0.13 in conda to make the distributed integration pass.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082
270194818 https://github.com/pydata/xarray/pull/1179#issuecomment-270194818 https://api.github.com/repos/pydata/xarray/issues/1179 MDEyOklzc3VlQ29tbWVudDI3MDE5NDgxOA== shoyer 1217238 2017-01-03T19:03:22Z 2017-01-03T19:03:22Z MEMBER

I will update the xarray/dask-distributed integration and submit this later today. @rabernat it should solve your issues with to_netcdf.

{
    "total_count": 1,
    "+1": 1,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082
268940513 https://github.com/pydata/xarray/pull/1179#issuecomment-268940513 https://api.github.com/repos/pydata/xarray/issues/1179 MDEyOklzc3VlQ29tbWVudDI2ODk0MDUxMw== shoyer 1217238 2016-12-23T04:51:52Z 2016-12-23T04:51:52Z MEMBER

@mrocklin We could update our dask-distributed integration tests to avoid lock=False, but that will need to wait until the next dask release for tests to pass on CI.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Switch to shared Lock (SerializableLock if possible) for reading/writing 197083082

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