I have an op that scans through a large file and y...
# ask-community
a
I have an op that scans through a large file and yields many DynamicOutputs. Is there a way I can have dagster start executing early outputs on downstream map ops before this first op has finished with the entire file?
a