Class SnowflakeInternalUtils
java.lang.Object
io.deltastream.flink.connector.snowflake.sink.internal.SnowflakeInternalUtils
Util class for providing wrappers for common Snowflake related static logic.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateClientOrChannelName(String prefix, String name, Integer id) Generate a name for ingest client or channel from given parts, skipping null or empty parts.
-
Constructor Details
-
SnowflakeInternalUtils
public SnowflakeInternalUtils()
-
-
Method Details