Method: BigShift::Factory#redshift_table_schema
- Defined in:
- lib/bigshift/cli.rb
#redshift_table_schema ⇒ Object
201 202 203 |
# File 'lib/bigshift/cli.rb', line 201 def redshift_table_schema @redshift_table_schema ||= RedshiftTableSchema.new(@config[:rs_schema_name], @config[:rs_table_name], create_rs_connection) end |