We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79d71c commit 7eb77e1Copy full SHA for 7eb77e1
docs/connectors.md
@@ -216,7 +216,7 @@ This source reads a file from the file system when the file becomes available. T
216
217
Example configuration for this source:
218
```
219
-source_config = dict(kind='file-source',
+source_config = dict(kind='file-source-raw',
220
path='test_files/test.txt',
221
keep_files=True)
222
0 commit comments