Interface SnowflakeSinkService

  • All Superinterfaces:
    AutoCloseable
    All Known Implementing Classes:
    SnowflakeSinkServiceImpl

    @Internal
    public interface SnowflakeSinkService
    extends AutoCloseable
    Class for ingesting data to Snowflake table, and it's responsible for managing the lifecycle of the underlying client for ingesting the data into the external service.
    • Method Detail

      • flush

        void flush()
            throws IOException
        Flush internal data, if applicable.
        Throws:
        IOException - if data flush failed to write to backend