module RedshiftConnector
create module
create module
Constants
- VERSION
Public Class Methods
foreach(**params, &block)
click to toggle source
# File lib/redshift_connector.rb, line 32 def RedshiftConnector.foreach(**params, &block) Exporter.foreach(**params, &block) end
get_reader_class(id)
click to toggle source
# File lib/redshift_connector/reader/abstract.rb, line 15 def self.get_reader_class(id) Reader::Abstract.get_reader_class(id) end
logger()
click to toggle source
# File lib/redshift_connector/logger.rb, line 4 def RedshiftConnector.logger # Defer to access Rails @logger || Rails.logger end
logger=(logger)
click to toggle source
# File lib/redshift_connector/logger.rb, line 9 def RedshiftConnector.logger=(logger) @logger = logger end
transport_all(**params)
click to toggle source
# File lib/redshift_connector.rb, line 20 def RedshiftConnector.transport_all(**params) Connector.transport_all(**params) end
transport_all_from_s3(**params)
click to toggle source
# File lib/redshift_connector.rb, line 28 def RedshiftConnector.transport_all_from_s3(**params) Connector.transport_all_from_s3(**params) end
transport_delta(**params)
click to toggle source
# File lib/redshift_connector.rb, line 16 def RedshiftConnector.transport_delta(**params) Connector.transport_delta(**params) end
transport_delta_from_s3(**params)
click to toggle source
# File lib/redshift_connector.rb, line 24 def RedshiftConnector.transport_delta_from_s3(**params) Connector.transport_delta_from_s3(**params) end