Ctrl+K
Logo image Logo image

Site Navigation

  • API Reference
  • Examples

Site Navigation

  • API Reference
  • Examples

Section Navigation

  • PyFlink Table
  • PyFlink DataStream
    • StreamExecutionEnvironment
    • DataStream
    • Functions
    • State
    • Timer
    • Window
    • Checkpoint
    • Side Outputs
    • Connectors
    • Formats
  • PyFlink Common

pyflink.datastream.data_stream.DataStreamSink.set_description#

DataStreamSink.set_description(description: str) → pyflink.datastream.data_stream.DataStreamSink[source]#

Sets the description for this sink.

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 sink, 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 sink.

Returns

The sink with new description.

New in version 1.15.0.

previous

pyflink.datastream.data_stream.DataStreamSink.set_parallelism

next

pyflink.datastream.data_stream.DataStreamSink.disable_chaining

Show Source

Created using Sphinx 4.5.0.