itay livni
05/29/2020, 1:55 PMupdate
. They flows are located in separate modules and have some duplicate parameters. Unfortunately the example pattern for joining flows with duplicate parameters only compiles if all the duplicated parameters are removed from their respective modules. Which makes multiple flow development difficult. Is there another pattern or solution where flows can be developed independently and then merged? --thanks https://stackoverflow.com/questions/60679595/how-does-one-update-a-prefect-flow-with-duplicate-parameters .nicholas
05/29/2020, 2:15 PMitay livni
05/29/2020, 2:18 PMPeter
05/29/2020, 5:05 PMflow.update(new_flow)
to save the new flow's edges in a namespace for new_flow
?