issue_comments
3 rows where author_association = "CONTRIBUTOR", issue = 1200581329 and user = 6528957 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: reactions, created_at (date), updated_at (date)
issue 1
- implement Zarr v3 spec support · 3 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1254062705 | https://github.com/pydata/xarray/pull/6475#issuecomment-1254062705 | https://api.github.com/repos/pydata/xarray/issues/6475 | IC_kwDOAMm_X85Kv3px | grlee77 6528957 | 2022-09-21T18:15:26Z | 2022-10-29T02:45:24Z | CONTRIBUTOR | sorry about the long delay here. This has been updated for the V3 store paths used in Zarr >v2.12 and to remove the need for specifying To do: - [x] wait for zarr v2.13 release, hopefully also including a new fix in #https://github.com/zarr-developers/zarr-python/pull/1142 - [x] update at least one CI test case to run the tests with zarr v2.13 and ZARR_V3_EXPERIMENTAL_API=1 enviroment variable A separate issue is that consolidated metadata isn't in the core Zarr v3 spec, so we will need to have a Zarr Enhancement Proposal to formally define how the metadata should be stored. In the experimental API, it behaves as for v2 and is stored at |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
implement Zarr v3 spec support 1200581329 | |
1294266012 | https://github.com/pydata/xarray/pull/6475#issuecomment-1294266012 | https://api.github.com/repos/pydata/xarray/issues/6475 | IC_kwDOAMm_X85NJO6c | grlee77 6528957 | 2022-10-28T00:33:24Z | 2022-10-28T00:33:24Z | CONTRIBUTOR | I am happy for someone to take over if possible. Thank you. |
{ "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
implement Zarr v3 spec support 1200581329 | |
1099265057 | https://github.com/pydata/xarray/pull/6475#issuecomment-1099265057 | https://api.github.com/repos/pydata/xarray/issues/6475 | IC_kwDOAMm_X85BhXQh | grlee77 6528957 | 2022-04-14T14:48:39Z | 2022-04-14T14:55:07Z | CONTRIBUTOR |
I think we likely need to introduce a separate One issue with relying only on
We did define
Yeah, something like this seems feasible on the Zarr side for convenience routines like |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
implement Zarr v3 spec support 1200581329 |
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