Interface SnowflakeSinkContext

All Known Implementing Classes:
DefaultSnowflakeSinkContext

@PublicEvolving public interface SnowflakeSinkContext
This context provides information for SnowflakeRowSerializationSchema.
  • Method Details

    • getInitContext

      org.apache.flink.api.connector.sink2.Sink.InitContext getInitContext()
      Get the current init context in sink.
    • processTime

      long processTime()
      Get the current process time in Flink.
    • getWriterConfig

      SnowflakeWriterConfig getWriterConfig()
      Get the write options for SnowflakeSink.
    • getAppId

      String getAppId()
    • isFlushOnCheckpoint

      boolean isFlushOnCheckpoint()