Class: ETL::Row
Overview
This class represents a single row currently passing through the ETL pipeline
Constant Summary collapse
- CHANGE_TYPES =
All change types
[:insert, :update, :delete]
Instance Attribute Summary collapse
-
#change_type ⇒ Object
Get the change type, defaults to :insert.
-
#source ⇒ Object
Accessor for the originating source.