Parallel node fan-out and fan-in with extra steps and Deletions #2817
NadimKawwaProphia
started this conversation in
Discussions
Replies: 1 comment
-
You can specify a custom reducer that has arbitrary logic (by specifying a custom function). The function takes as input the current value and the requested update to produce a new value. You can choose whatever representation you want for the update... e.g, it can be a 2-tuple w/ the first key indicating whether it's an |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Been looking through the docs and seems like there isn't anything for a deletions. All the examples assume we are editing or adding.
In the graph below we want the commence_date_review-->term_expiration_date_review to execute while pro_rata_share_review executes in parallel, and then merge the two results.
I figure more explanation is needed:
Beta Was this translation helpful? Give feedback.
All reactions