Skip to content

Commit

Permalink
Merge pull request #479 from fabalex7/docu
Browse files Browse the repository at this point in the history
fixed block naming in example composite pipeline
  • Loading branch information
georg-schwarz committed Dec 14, 2023
2 parents 2e5f611 + 6b21215 commit c6a0336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/docs/user/composite-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ If the CSVExtractor is available in the scope of the `CarsPipeline` from before
```jayvee
pipeline CarsPipeline {
// HttpExtractor, TextFileInterpreter and CSVInterpreter have been replaced by CSVExtractor
CSVExtractor
CarsExtractor
-> CarsTableInterpreter
-> CarsLoader;
Expand Down

0 comments on commit c6a0336

Please sign in to comment.