https://prefect.io logo
d

David Clements

02/16/2021, 5:00 PM
Does anyone have a recent example of getting DaskExecutor running on my local environment? It seems that most of the conversations in slack are all about using Environments instead of RunConfig.
j

Jim Crist-Harif

02/16/2021, 5:06 PM
v

Vincent

02/16/2021, 5:08 PM
👀 1
👍 1
j

Jim Crist-Harif

02/16/2021, 5:10 PM
Glad you found that useful, we put a lot of work into (hopefully) making this transition as smooth as possible.
d

David Clements

02/17/2021, 6:23 PM
Thanks for the pointer @Jim Crist-Harif - Not sure what I did wrong initially but this is working as expected via the server-ui now. I started by Dask server in a separate terminal and did this:
Copy code
flow.executor = DaskExecutor(address="0.0.0.0:8786")