Is there something I can do instead of `merge`, pe...
# ask-community
a
Is there something I can do instead of
merge
, perhaps my own task to determine which of a variadic number of results I want to pass on?
c
Hey Aiden, great catch! I will fix this ASAP. In the meantime, you’re welcome to check out the underlying source code for
merge
(which is surprisingly little code) and write your own custom version: https://github.com/PrefectHQ/prefect/blob/master/src/prefect/tasks/control_flow/conditional.py#L144
a
Wow, quick and good quality work there, thank you. Also that’s a hilarious error message in the test result.
c
Haha thank you very much