issue_comments: 367166682
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/1784#issuecomment-367166682 | https://api.github.com/repos/pydata/xarray/issues/1784 | 367166682 | MDEyOklzc3VlQ29tbWVudDM2NzE2NjY4Mg== | 2443309 | 2018-02-21T00:10:04Z | 2018-02-21T00:10:04Z | MEMBER |
If
Thanks for the clarification. I wasn't aware of that distinction but it does make sense.
A Another way to do this would be to have user code interact with the sync method directly: ```Python store = ds.to_netcdf('file.nc', sync=False) store.sync calls store.writer.sync() which calls dask.array.syncdelayed_things = store.sync(compute=False) ``` This has the advantage of keeping the |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
282178751 |