@pipe_output
, @pipe_input
and @mutate
for async functons
#1193
Labels
@pipe_output
, @pipe_input
and @mutate
for async functons
#1193
Is your feature request related to a problem? Please describe.
These don't work:
@pipe_output
/@pipe_input
/@mutate
(have not tested all configurations of these)step
Describe the solution you'd like
These should work. See the way we do other decorators. E.G.
hamilton/hamilton/function_modifiers/recursive.py
Line 399 in 9ae4183
Describe alternatives you've considered
We can use a workaround in some cases. E.G. an identity node. See the first comment for it.
Additional context
https://hamilton-opensource.slack.com/archives/C03M33QB4M8/p1729156532663429
The text was updated successfully, but these errors were encountered: