Class SnowflakeSource


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

      • SnowflakeSource

        public SnowflakeSource()
    • Method Detail

      • query

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

        public SnowflakeSource withQuery​(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.
      • exportSettings

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

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

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

        public SnowflakeSource withSourceRetryWait​(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:
        withSourceRetryWait in class CopySource
        Parameters:
        sourceRetryWait - the sourceRetryWait value to set.
        Returns:
        the CopySource object itself.
      • withMaxConcurrentConnections

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

        public SnowflakeSource withDisableMetricsCollection​(Object disableMetricsCollection)
        Set the disableMetricsCollection property: If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).
        Overrides:
        withDisableMetricsCollection in class CopySource
        Parameters:
        disableMetricsCollection - the disableMetricsCollection value to set.
        Returns:
        the CopySource object itself.