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