issue_comments
2 rows where issue = 579722569 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Backend env · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
598577015 | https://github.com/pydata/xarray/pull/3858#issuecomment-598577015 | https://api.github.com/repos/pydata/xarray/issues/3858 | MDEyOklzc3VlQ29tbWVudDU5ODU3NzAxNQ== | shoyer 1217238 | 2020-03-13T06:49:05Z | 2020-03-13T06:49:05Z | MEMBER | If I think that would be the ideal resolution, but if I recall PyNIO isn't under active development anymore. So in that case, we could consider adding our own solution in xarray to add a new backend argument, but it should be specific PyNIO, not all xarray backends, i.e., it should live entirely in To make this work robustly with all of xarray's file caching machinery (used with dask, etc), the setup of the environment variable needs to happen inside a helper function wrapping I think you could do something similar with overriding environment variables here inside this helper function. Ideally you could also do clean-up here, deleting these environment variables, but I'm not sure if there's an easy/safe way to do this currently. These methods can get called in multiple threads (e.g., from dask) and I don't think we have a global clean-up mechanism that would work for this. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Backend env 579722569 | |
598558696 | https://github.com/pydata/xarray/pull/3858#issuecomment-598558696 | https://api.github.com/repos/pydata/xarray/issues/3858 | MDEyOklzc3VlQ29tbWVudDU5ODU1ODY5Ng== | shoyer 1217238 | 2020-03-13T05:38:46Z | 2020-03-13T05:38:46Z | MEMBER | Thanks for putting together this pull request! My main concern here is that setting environment variables feels pretty decoupled from the logic of What do you think about writing your own utility for this sort of thing? e.g., based on one of these examples from StackOverflow: https://stackoverflow.com/questions/2059482/python-temporarily-modify-the-current-processs-environment |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Backend env 579722569 |
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