Newskooler
10/13/2020, 1:37 PMJim Crist-Harif
10/13/2020, 2:54 PMtask.map
• call task(..., mapped=True)
• call task.bind(..., mapped=True)
• call task.set_upstream(..., mapped=True)
• call flow.add_edge(..., mapped=True)
Any of these can be used inside a Flow
context, or with an explicit flow
passed in.Newskooler
10/13/2020, 4:30 PM