issue_comments: 1315901990
This data as json
| html_url | issue_url | id | node_id | user | created_at | updated_at | author_association | body | reactions | performed_via_github_app | issue |
|---|---|---|---|---|---|---|---|---|---|---|---|
| https://github.com/pydata/xarray/issues/5878#issuecomment-1315901990 | https://api.github.com/repos/pydata/xarray/issues/5878 | 1315901990 | IC_kwDOAMm_X85ObxIm | 48723181 | 2022-11-15T21:45:22Z | 2022-11-15T21:45:22Z | NONE | Thanks @rabernat. Using It appears from here that the default caching metadata on each object in a buckect overrides any argument you send when loading. But following this
https://stackoverflow.com/questions/52499015/set-metadata-for-all-objects-in-a-bucket-in-google-cloud-storage
I can turn off caching for all objects in the bucket with
But I don't think this affects new objects. So when writing new objects that I want to append to, maybe the approach is to write the first one, then turn off caching for that object, then continue to append. |
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
1030811490 |