Method: BigShift::Factory#redshift_unloader
- Defined in:
- lib/bigshift/cli.rb
#redshift_unloader ⇒ Object
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 |