Hello,
What if in the same flow, i need multiple versions of Python for each task, or let's say different versions of some packages for each task... is this something Prefect can handle and how?
k
Kevin Kho
09/14/2021, 1:55 PM
Hey @Issam Assafi, at that point, you need to split them up into different flows orchestrated by a main flow that calls the
StartFlowRun
task. Preferably each one of those has their own container to keep the execution environments properly versioned