Awesome thanks! Will try this tomorrow to switch between
LocalExecutor
/`LocalDaskExecutor` and
DaskExecutor
(with different configs). Debugging day!
An Hoang
11/10/2021, 10:27 PM
Is my understanding correct that in the current Prefect 1 flow = 1 executor, if I want different executor for different parts of the flow I will have to create separate flows?
I can achieve the above and use different executors in subflows in Orion right?