Joseph
12/15/2020, 8:43 PMJim Crist-Harif
12/15/2020, 8:46 PMA
tasks must finish before B
tasks can start), but should still be functional. If the results are large in memory then this may be problematic. You could emulate the behavior you want by manually creating all the `A`/`B` tasks you need with the proper graph dependency structure, but that freezes you at registration time into a known number of A/B tasks rather than using mapping which is dynamic.prefect-community
channel, since it's not about Prefect Server)Joseph
12/15/2020, 8:46 PMJim Crist-Harif
12/15/2020, 8:48 PMtask.map
is dynamic and determined at runtime.Joseph
12/15/2020, 10:35 PM