Package io.deltastream.flink.connector.snowflake.sink.internal
-
Interface Summary Interface Description SnowflakeSinkService 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. -
Class Summary Class Description SnowflakeInternalUtils Util class for providing wrappers for common Snowflake related static logic.SnowflakeSinkServiceImpl This class is the service implementation for managing ingest client and channel for writing Snowflake rows to a db.schema.table in the external service.SnowflakeStreamingIngestClientProvider Facade to provide the underlyingSnowflakeStreamingIngestClient.