Skip to content

Commit 916fa8b

Browse files
committed
Document daks issue.
1 parent 805a771 commit 916fa8b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/source/dask.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Dask
22

3+
```{important}
4+
Currently, the dask backend can only be used if your workflow code is organized in a
5+
package due to how pytask imports your code and dask serializes task functions
6+
([issue](https://github.com./dask/distributed/issues/8607)).
7+
```
8+
39
Dask is a flexible library for parallel and distributed computing. You probably know it
410
from its {class}`dask.dataframe` that allows lazy processing of big data. Here, we use
511
{class}`dask.distributed` that provides an interface similar to

0 commit comments

Comments
 (0)