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.uid#

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

Sets an ID for this operator. The specified ID is used to assign the same operator ID across job submissions (for example when starting a job from a savepoint).

Important: this ID needs to be unique per transformation and job. Otherwise, job submission will fail.

Parameters

uid – The unique user-specified ID of this transformation.

Returns

The operator with the specified ID.

previous

pyflink.datastream.data_stream.DataStreamSink.name

next

pyflink.datastream.data_stream.DataStreamSink.set_uid_hash

Show Source

Created using Sphinx 4.5.0.