When executing a flow locally, does using .map() ...
# prefect-community
a
When executing a flow locally, does using .map() with your tasks automatically does the parallelization using different workers(multiprocessing) or we need to use DaskExecutor for that?
n
Hi @Ashish Arora - you'll need to use Dask for that 🙂