The documentation clearly states that Dask is supported, yet all of the apply_ufunc do not set the dask prop, which defaults to "forbidden". I would propose a solution to have a global setting for this prop to not override default xarray behaviour. Some kind of singleton or even a global monkey patch, like with default dims.
The documentation clearly states that Dask is supported, yet all of the
apply_ufuncdo not set thedaskprop, which defaults to"forbidden". I would propose a solution to have a global setting for this prop to not override default xarray behaviour. Some kind of singleton or even a global monkey patch, like with default dims.