You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sample-extractors/simple-extractor/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
The goal of the simple extractor is to make writing of an extractor as easy as possible. It wraps almost all of the
4
4
complexities in itself and exposes only two environment variables: ```EXTRACTION_FUNC``` and ```EXTRACTION_MODULE```. Environment
5
5
variable ```EXTRACTION_FUNC``` is the name of the method that needs to be called when this extractor receives a message from
6
-
the message broker. The other environment variable ```EXTRACTION_MODULE`` is the module name of python file where ```EXTRACTION_FUNC``` function has been declared.
6
+
the message broker. The other environment variable ```EXTRACTION_MODULE``` is the module name of python file where ```EXTRACTION_FUNC``` function has been declared.
0 commit comments