Skip to content

Commit 62f4058

Browse files
committed
fix api for local file usage
1 parent e2b3e63 commit 62f4058

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/e2e/project/airports.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- implementation: nodestream.pipeline.extractors:FileExtractor
2+
factory: local
23
arguments:
34
globs:
45
- tests/data/airport-codes.csv

tests/e2e/project/fifa_2021_player_data.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
- implementation: nodestream.pipeline.extractors.files:FileExtractor
2+
factory: local
23
arguments:
34
globs:
45
- tests/data/fifa_2021_player_data.csv

0 commit comments

Comments
 (0)