We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758c80d commit 0a6bebdCopy full SHA for 0a6bebd
exec/src/klio_exec/commands/run.py
@@ -476,7 +476,7 @@ def _generate_pcoll_per_input(self, pipeline):
476
to_process = MultiInputPCollTuple(**input_name_to_input_pcolls)
477
to_pass_thru = (
478
multi_to_pass_thru
479
- | "Merge multi-input pass-thrus" >> beam.Flatten()
+ | "Merge multi-input pass-thrus" >> beam.Flatten(pipeline=pipeline)
480
)
481
return to_process, to_pass_thru
482
0 commit comments