Skip to content

Commit 8357213

Browse files
committed
feat: Added support for new LogOperation in the etl.
1 parent fcc3095 commit 8357213

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Resources/config/service-operation-factories.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ services:
7272
tags:
7373
- { name: etl.operation-factory }
7474

75+
Oliverde8\Component\PhpEtl\Builder\Factories\Transformer\LogFactory:
76+
class: Oliverde8\Component\PhpEtl\Builder\Factories\Transformer\LogFactory
77+
autowire: true
78+
arguments:
79+
$operation: 'log'
80+
$class: 'Oliverde8\Component\PhpEtl\ChainOperation\Transformer\LogOperation'
81+
tags:
82+
- { name: etl.operation-factory }
83+
7584
Oliverde8\Component\PhpEtl\Builder\Factories\Grouping\SimpleGroupingFactory:
7685
class: Oliverde8\Component\PhpEtl\Builder\Factories\Grouping\SimpleGroupingFactory
7786
autowire: true

0 commit comments

Comments
 (0)