Method: BigShift::Factory#redshift_unloader

Defined in:
lib/bigshift/cli.rb

#redshift_unloaderObject



193
194
195
# File 'lib/bigshift/cli.rb', line 193

def redshift_unloader
  @redshift_unloader ||= RedshiftUnloader.new(create_rs_connection, aws_credentials, logger: logger)
end