pyflink.datastream.data_stream.CachedDataStream.set_description#
- CachedDataStream.set_description(description: str) DataStream#
Sets the description for this operator.
Description is used in json plan and web ui, but not in logging and metrics where only name is available. Description is expected to provide detailed information about the operator, while name is expected to be more simple, providing summary information only, so that we can have more user-friendly logging messages and metric tags without losing useful messages for debugging.
- Parameters:
description – The description for this operator.
- Returns:
The operator with new description.
Added in version 1.15.0.