You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything rechunker can do that cubed can't?
I think if not then we should just encourage people to use cubed as a replacement for rechunker, with a dedicated example that makes this correspondence explicit (e.g. #520).
There are some changes in cubed to the executors that derive from rechunker. It would be worth discussing how to share the code for these.
BeamPipelineExecutor
andLithopsPipelineExecutor
are new and might benefit from living in rechunker. There are changes inpipeline.py
that are needed for these executors to work properly.Cubed no longer uses
PipelineExecutor
s however, since we have a newDagExecutor
that is more general. Not sure if this is useful more widely yet.The text was updated successfully, but these errors were encountered: