We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805a771 commit 916fa8bCopy full SHA for 916fa8b
docs/source/dask.md
@@ -1,5 +1,11 @@
1
# Dask
2
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
+
9
Dask is a flexible library for parallel and distributed computing. You probably know it
10
from its {class}`dask.dataframe` that allows lazy processing of big data. Here, we use
11
{class}`dask.distributed` that provides an interface similar to
0 commit comments