issue_comments
5 rows where author_association = "MEMBER", issue = 1223270563 and user = 35968931 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- New inline_array kwarg for open_dataset · 5 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
1124163546 | https://github.com/pydata/xarray/pull/6566#issuecomment-1124163546 | https://api.github.com/repos/pydata/xarray/issues/6566 | IC_kwDOAMm_X85DAV_a | TomNicholas 35968931 | 2022-05-11T18:37:24Z | 2022-05-11T18:37:24Z | MEMBER | For some reason counting the number of tasks in the dask graph via
I only need to do this in the test, so unless someone knows a more robust way to check the number of tasks in the task graph, I'll just add a skipif windows to the test. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New inline_array kwarg for open_dataset 1223270563 | |
1124053990 | https://github.com/pydata/xarray/pull/6566#issuecomment-1124053990 | https://api.github.com/repos/pydata/xarray/issues/6566 | IC_kwDOAMm_X85C_7Pm | TomNicholas 35968931 | 2022-05-11T17:31:55Z | 2022-05-11T17:31:55Z | MEMBER | We discussed this in the team meeting today.
I've added a test which simply counts the number of nodes in the dask graph and checks that it is smaller when
We decided False for now, and maybe switch it in a future PR
I'll just leave it as I think this can be merged? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New inline_array kwarg for open_dataset 1223270563 | |
1117494543 | https://github.com/pydata/xarray/pull/6566#issuecomment-1117494543 | https://api.github.com/repos/pydata/xarray/issues/6566 | IC_kwDOAMm_X85Cm50P | TomNicholas 35968931 | 2022-05-04T15:30:52Z | 2022-05-04T15:30:52Z | MEMBER | @dcherian thanks for the heads-up. #6559 has a recent enough version of dask, so if that gets merged then I can just pull it into this PR and avoid messing about with versions here. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New inline_array kwarg for open_dataset 1223270563 | |
1117431444 | https://github.com/pydata/xarray/pull/6566#issuecomment-1117431444 | https://api.github.com/repos/pydata/xarray/issues/6566 | IC_kwDOAMm_X85CmqaU | TomNicholas 35968931 | 2022-05-04T14:59:44Z | 2022-05-04T14:59:44Z | MEMBER | There is some discussion on the dask PR that added this feature about what the default value for the flag should be. They suggest that at least for datasets opened from zarr it might always be better to Tagging @shoyer because he had opinions in that dask PR discussion. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New inline_array kwarg for open_dataset 1223270563 | |
1117426567 | https://github.com/pydata/xarray/pull/6566#issuecomment-1117426567 | https://api.github.com/repos/pydata/xarray/issues/6566 | IC_kwDOAMm_X85CmpOH | TomNicholas 35968931 | 2022-05-04T14:56:31Z | 2022-05-04T14:56:31Z | MEMBER | I think the test failure might be because our minimum dependencies CI uses |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
New inline_array kwarg for open_dataset 1223270563 |
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