We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91c84f commit a24be6cCopy full SHA for a24be6c
Resources/config/service-operation-factories.yml
@@ -11,6 +11,15 @@ services:
11
tags:
12
- { name: etl.operation-factory }
13
14
+ Oliverde8\Component\PhpEtl\Builder\Factories\ChainRepeatFactory:
15
+ class: Oliverde8\Component\PhpEtl\Builder\Factories\ChainRepeatFactory
16
+ autowire: true
17
+ arguments:
18
+ $operation: 'repeat'
19
+ $class: 'Oliverde8\Component\PhpEtl\ChainOperation\ChainRepeatOperation'
20
+ tags:
21
+ - { name: etl.operation-factory }
22
+
23
#
24
# Extraction Operation Builders
25
0 commit comments