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
11/14/2019, 11:31 PMupdate
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
11/15/2019, 12:32 AMKyle 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
11/15/2019, 12:36 AMupdate
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
11/15/2019, 1:01 AM