Open pmav99 opened 3 years ago
OK, it seems that an array_plan.plan.persist()
is needed instead. I will make a PR
Thanks for reporting!
I'm puzzled why this API has changed.
This seems to be the commit that introduced the change https://github.com/pangeo-data/rechunker/commit/b6b4a52c72c0d3bc497bc6bb6f6c7b7a48ed760f
So, should we just update the docs or you'd rather think more over it?
using 0.4.2, when trying to persist a Rechunker object on a dask cluster, an
AttributeError
gets raised.E.g. when running the tutorial, cell 11 raises: