issue_comments
7 rows where issue = 811933067 and user = 5821660 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Times not decoding due to time_reference being in another variable · 7 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
782820367 | https://github.com/pydata/xarray/issues/4927#issuecomment-782820367 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4MjgyMDM2Nw== | kmuehlbauer 5821660 | 2021-02-21T08:34:10Z | 2021-02-21T08:34:10Z | MEMBER | Closing as "won't fix" due to issue based on non-standard behaviour. Anyone finding this issue, a workaround is shown in the OP. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 | |
782808567 | https://github.com/pydata/xarray/issues/4927#issuecomment-782808567 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4MjgwODU2Nw== | kmuehlbauer 5821660 | 2021-02-21T06:31:26Z | 2021-02-21T06:31:26Z | MEMBER | @dcherian Thanks, I've thought around the same. But it will be a bit more involved because this will be used in a new |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 | |
782747982 | https://github.com/pydata/xarray/issues/4927#issuecomment-782747982 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4Mjc0Nzk4Mg== | kmuehlbauer 5821660 | 2021-02-20T20:53:59Z | 2021-02-20T20:53:59Z | MEMBER | @spencerkclark If it's not exactly standard, it's not standard. So I completely understand your concerns. I just need to figure out, how to work around this downstream. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 | |
782737641 | https://github.com/pydata/xarray/issues/4927#issuecomment-782737641 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4MjczNzY0MQ== | kmuehlbauer 5821660 | 2021-02-20T19:33:42Z | 2021-02-20T19:33:42Z | MEMBER | @spencerkclark The problem is I have exactly these files which have a time attrs units reading "time since time_reference" and a variable "time_reference" with the needed time string. OK, I can use the fix I showed above. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 | |
782735668 | https://github.com/pydata/xarray/issues/4927#issuecomment-782735668 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4MjczNTY2OA== | kmuehlbauer 5821660 | 2021-02-20T19:18:48Z | 2021-02-20T19:18:48Z | MEMBER | @spencerkclark We might restrict it to just that name |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 | |
782734731 | https://github.com/pydata/xarray/issues/4927#issuecomment-782734731 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4MjczNDczMQ== | kmuehlbauer 5821660 | 2021-02-20T19:11:01Z | 2021-02-20T19:11:01Z | MEMBER | @spencerkclark This is specified in CfRadial1 https://www.eol.ucar.edu/system/files/CfRadialDoc.v1.4.20160801.pdf |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 | |
782112972 | https://github.com/pydata/xarray/issues/4927#issuecomment-782112972 | https://api.github.com/repos/pydata/xarray/issues/4927 | MDEyOklzc3VlQ29tbWVudDc4MjExMjk3Mg== | kmuehlbauer 5821660 | 2021-02-19T14:34:35Z | 2021-02-19T14:34:35Z | MEMBER | Thanks @dcherian, this looks like a way to try. I'll give it a try. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Times not decoding due to time_reference being in another variable 811933067 |
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