Eric
12/11/2019, 6:48 PMalex
12/11/2019, 7:05 PMmapping
type operation in the dagster space. You can use List
types and do a manual mapping process as seen in this example https://github.com/dagster-io/dagster/blob/master/examples/dagster_examples/toys/sleepy.py . This combined with using the multi process executor would give some fixed amount of parallelism. https://dagster.readthedocs.io/en/0.6.6/sections/deploying/deploying.html#execution.
Another option would be to do that parallel processing within a single solid and defer to a system designed to solve that type of problem.screen
session as a simple place to start.Eric
12/11/2019, 7:14 PMalex
12/11/2019, 7:29 PMmapping
functionality I alluded to which we have not yet implementedEric
12/11/2019, 7:30 PMBrad
12/11/2019, 7:42 PMmapping
?alex
12/11/2019, 7:48 PMBrad
12/11/2019, 7:50 PM