issue_comments: 1315553661
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-1315553661 | https://api.github.com/repos/pydata/xarray/issues/5878 | 1315553661 | IC_kwDOAMm_X85OacF9 | 1197350 | 2022-11-15T16:22:30Z | 2022-11-15T16:22:30Z | MEMBER | Your issue is that the consolidated metadata have not been updated: ```python import gcsfs fs = gcsfs.GCSFileSystem() the latest array metadataprint(fs.cat('gs://ldeo-glaciology/append_test/test30/temperature/.zarray').decode()) -> "shape": [ 6 ]the consolidated metadataprint(fs.cat(''gs://ldeo-glaciology/append_test/test30/.zmetadata'').decode()) -> "shape": [ 3 ]``` There are two ways to fix this.
|
{
"total_count": 0,
"+1": 0,
"-1": 0,
"laugh": 0,
"hooray": 0,
"confused": 0,
"heart": 0,
"rocket": 0,
"eyes": 0
} |
1030811490 |