Skip to content

Commit 7eb77e1

Browse files
authored
change source_config for file-source-raw (#75)
1 parent f79d71c commit 7eb77e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/connectors.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ This source reads a file from the file system when the file becomes available. T
216216

217217
Example configuration for this source:
218218
```
219-
source_config = dict(kind='file-source',
219+
source_config = dict(kind='file-source-raw',
220220
path='test_files/test.txt',
221221
keep_files=True)
222222
```

0 commit comments

Comments
 (0)