Class SnowflakeInternalUtils

java.lang.Object
io.deltastream.flink.connector.snowflake.sink.internal.SnowflakeInternalUtils

public class SnowflakeInternalUtils extends Object
Util class for providing wrappers for common Snowflake related static logic.
  • Constructor Details

    • SnowflakeInternalUtils

      public SnowflakeInternalUtils()
  • Method Details

    • createClientOrChannelName

      public static String createClientOrChannelName(@Nullable String prefix, String name, @Nullable Integer id)
      Generate a name for ingest client or channel from given parts, skipping null or empty parts.
      Parameters:
      prefix - String a nullable prefix
      name - String a name
      id - Integer an identifier number
      Returns:
      String concatenated non-empty and non-null parts, separated by "_"