Good morning- Given a batch pipeline with 3 file inputs and 4 file outputs, is there a way to prevent the 4 TextIO.write() steps from starting until all of the TexIO.write() steps are ready?
The idea here is to fail on any exceptions before persisting any output data, making cleanup easier. Thanks! Jacob
