Chris L.
05/25/2021, 5:10 PMbig_future = client.scatter(big_dask_dataframe)
and passing future = client.submit(func, big_future)
as an output from one task to be used as an input in another task? I found this UserWarning at the bottom of the "prefect-etl" article in the dask docs (https://examples.dask.org/applications/prefect-etl.html) as well.
Was wondering if anybody has encountered this issue as well? And whether there's a solution to this. Thank you in advance!Zanie
Zanie
with worker_client
block to avoid deadlocks https://distributed.dask.org/en/latest/task-launch.html#connection-with-context-managerChris L.
05/28/2021, 5:40 AMChris L.
05/28/2021, 5:44 AM