= Active and passive transformation
{wiki=Active_and_passive_transformation}
Active and passive transformations are concepts primarily used in the context of data processing, particularly in ETL (Extract, Transform, Load) processes within data warehousing. \#\#\# Active Transformation: Active transformations change the number of records that pass through the transformation. They can add, modify, or delete records, which fundamentally alters the data flow. Examples include: - **Filter**: Removes records that do not meet certain criteria.
Back to article page