Class: ETL::Screen::RowCountScreen

Inherits:
Object
  • Object
show all
Defined in:
lib/etl/screen/row_count_screen.rb

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(control, configuration = {}) ⇒ RowCountScreen

Returns a new instance of RowCountScreen.



7
8
9
# File 'lib/etl/screen/row_count_screen.rb', line 7

def initialize(control, configuration={})
  
end

Instance Method Details

#executeObject



10
11
12
# File 'lib/etl/screen/row_count_screen.rb', line 10

def execute
  
end