Hi everyone,
I am trying to connect prefect to a local dask cluster to test out distributed calculation of a flow that I want to register to a dask cluster in the cloud later.
I followed the tutorial
https://docs.prefect.io/core/advanced_tutorials/dask-cluster.html and that works great as long as everything is defined in one python file. But if I want to import any function from a second file running it results in a
ModuleNotFoundError
.
Does anybody have any experience on how Dask is handling these imports?