pyflink.datastream.data_stream.DataStream.get_side_output#
- DataStream.get_side_output(output_tag: OutputTag) DataStream[source]#
Gets the
DataStreamthat contains the elements that are emitted from an operation into the side output with the givenOutputTag.- Parameters:
output_tag – output tag for the side stream
- Returns:
The DataStream with specified output tag
Added in version 1.16.0.