badasstronaut
09/26/2022, 9:13 PMDaskTaskRunner
class has a Dask client under self._client
, but it does not look like that’s intended to be used by the flow or tasks. Any tips are appricated!Andrew Huang
09/26/2022, 10:08 PMwith worker_client(separate_thread=False) as client:
badasstronaut
09/26/2022, 10:30 PM