module ETL module Screen # This screen validates the number of rows which will be bulk loaded # against the results from some sort of a row count query. If there # is a difference then the screen will not pass class RowCountScreen def initialize(control, configuration={}) end def execute end end end end