module RedshiftConnector
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
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