Does anyone have a recent example of getting DaskE...
# ask-community
d
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
v
👀 1
👍 1
j
Glad you found that useful, we put a lot of work into (hopefully) making this transition as smooth as possible.
d
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")