Berty
12/14/2020, 11:00 PMwith Flow('...') as f:
t = task(some_func) # <-- returns tuple
c = task(consume_func, keyword_tasks={'config': t[0]})
Zanie
nout
which has a docstring in the api reference at https://docs.prefect.io/api/latest/core/task.html#task-2Berty
12/14/2020, 11:23 PM