home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 373072825

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/pull/1811#issuecomment-373072825 https://api.github.com/repos/pydata/xarray/issues/1811 373072825 MDEyOklzc3VlQ29tbWVudDM3MzA3MjgyNQ== 1217238 2018-03-14T15:54:43Z 2018-03-14T15:54:43Z MEMBER

One potential issue here is the lack of clean-up (which may be unnecessary if autoclose=True). You want to construct a single dask graph with a structure like the following: - Tasks for writing all array data (i.e., from ArrayWriter). - Tasks for calling sync() and close() on each datastore object. These should depend on the appropriate writing tasks. - A single tasks that depends on writing all datastores. This is what the delayed object returned by save_mfdataset should return.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  286542795
Powered by Datasette · Queries took 0.658ms · About: xarray-datasette