David Haines
04/01/2020, 7:23 PMChris White
p = Parameter("my-param")
flow = Flow("example")
my_task.set_upstream(p, flow=flow, key="p")
where key
is the name of the keyword argument that my_task
acceptsDavid Haines
04/01/2020, 7:34 PMChris White
josh
04/02/2020, 1:28 PMMarvin
04/02/2020, 1:28 PM