Class SnowflakeSource


  • public final class SnowflakeSource
    extends CopySource
    A copy activity snowflake source.
    • Constructor Detail

      • SnowflakeSource

        public SnowflakeSource()
    • Method Detail

      • getQuery

        public Object getQuery()
        Get the query property: Snowflake Sql query. Type: string (or Expression with resultType string).
        Returns:
        the query value.
      • setQuery

        public SnowflakeSource setQuery​(Object query)
        Set the query property: Snowflake Sql query. Type: string (or Expression with resultType string).
        Parameters:
        query - the query value to set.
        Returns:
        the SnowflakeSource object itself.
      • getExportSettings

        public SnowflakeExportCopyCommand getExportSettings()
        Get the exportSettings property: Snowflake export settings.
        Returns:
        the exportSettings value.
      • setExportSettings

        public SnowflakeSource setExportSettings​(SnowflakeExportCopyCommand exportSettings)
        Set the exportSettings property: Snowflake export settings.
        Parameters:
        exportSettings - the exportSettings value to set.
        Returns:
        the SnowflakeSource object itself.
      • setSourceRetryCount

        public SnowflakeSource setSourceRetryCount​(Object sourceRetryCount)
        Set the sourceRetryCount property: Source retry count. Type: integer (or Expression with resultType integer).
        Overrides:
        setSourceRetryCount in class CopySource
        Parameters:
        sourceRetryCount - the sourceRetryCount value to set.
        Returns:
        the CopySource object itself.
      • setSourceRetryWait

        public SnowflakeSource setSourceRetryWait​(Object sourceRetryWait)
        Set the sourceRetryWait property: Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
        Overrides:
        setSourceRetryWait in class CopySource
        Parameters:
        sourceRetryWait - the sourceRetryWait value to set.
        Returns:
        the CopySource object itself.
      • setMaxConcurrentConnections

        public SnowflakeSource setMaxConcurrentConnections​(Object maxConcurrentConnections)
        Set the maxConcurrentConnections property: The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).
        Overrides:
        setMaxConcurrentConnections in class CopySource
        Parameters:
        maxConcurrentConnections - the maxConcurrentConnections value to set.
        Returns:
        the CopySource object itself.