Sha256: 03d024d70ab111ba3c832e86187768749f838516b8c9e03aa5d37c24566a5619
Contents?: true
Size: 371 Bytes
Versions: 8
Compression:
Stored size: 371 Bytes
Contents
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
Version data entries
8 entries across 8 versions & 1 rubygems