issue_comments
3 rows where issue = 613012939 and user = 1197350 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- Support parallel writes to regions of zarr stores · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
656637518 | https://github.com/pydata/xarray/pull/4035#issuecomment-656637518 | https://api.github.com/repos/pydata/xarray/issues/4035 | MDEyOklzc3VlQ29tbWVudDY1NjYzNzUxOA== | rabernat 1197350 | 2020-07-10T11:57:40Z | 2020-07-10T11:57:40Z | MEMBER | Zac, you may be interested in this thread Tom White managed to integrate dask with pywren via dask executor. This allows you to read / write zarr with lambda. Sent from my iPhone
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support parallel writes to regions of zarr stores 613012939 | |
627318136 | https://github.com/pydata/xarray/pull/4035#issuecomment-627318136 | https://api.github.com/repos/pydata/xarray/issues/4035 | MDEyOklzc3VlQ29tbWVudDYyNzMxODEzNg== | rabernat 1197350 | 2020-05-12T12:42:12Z | 2020-05-12T12:42:37Z | MEMBER |
@nbren12 - this has always been supported. Just call |
{ "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 } |
Support parallel writes to regions of zarr stores 613012939 | |
625865523 | https://github.com/pydata/xarray/pull/4035#issuecomment-625865523 | https://api.github.com/repos/pydata/xarray/issues/4035 | MDEyOklzc3VlQ29tbWVudDYyNTg2NTUyMw== | rabernat 1197350 | 2020-05-08T15:16:54Z | 2020-05-08T15:16:54Z | MEMBER | Stephan, this seems like a great addition. Thanks for getting it started! I'm curious how this interacts with dimension coordinates. Your example bypasses this. But what if dimension coordinates are present. How do we handle alignment issues? For example, what if I call
:+1:
:+1: I think only advanced users will want to use this feature. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Support parallel writes to regions of zarr stores 613012939 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1