Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion exec/src/klio_exec/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def _generate_pcoll_per_input(self, pipeline):
to_process = MultiInputPCollTuple(**input_name_to_input_pcolls)
to_pass_thru = (
multi_to_pass_thru
| "Merge multi-input pass-thrus" >> beam.Flatten()
| "Merge multi-input pass-thrus" >> beam.Flatten(pipeline=pipeline)
)
return to_process, to_pass_thru

Expand Down