Kyle Foreman (Convoy)
11/14/2019, 11:27 PMA -> B -> C so that user 1 can create A -> B -> C -> X1 -> Y1 and user 2 can create A -> B -> C -> Q2 by simply importing and building off an existing A -> B -> C flow?Chris White
update method on Flows would most likely be useful for a pattern like this: https://docs.prefect.io/api/unreleased/core/flow.html#prefect-core-flow-flow-updateKyle Foreman (Convoy)
11/14/2019, 11:37 PMJeremiah
Kyle Foreman (Convoy)
11/15/2019, 12:36 AMmerge and union since I was trying to think of relevant graph terms and update didn't show up for either - maybe adding one of those terms to the docstring on update would help?Jeremiah
Jeremiah
update to mimic the dict API but we’ll definitely work to make it more discoverable and that’s a great starting placeKyle Foreman (Convoy)
11/15/2019, 12:39 AMJeremiah