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 834f570 commit f847b41Copy full SHA for f847b41
README.md
@@ -162,7 +162,7 @@ class CustomStreamingCommand(StreamingCommand):
162
def stream(self, records):
163
for index, record in enumerate(records):
164
if index % 1 == 0:
165
- record = self.add_field(record, "odd_record", "true")
+ self.add_field(record, "odd_record", "true")
166
yield record
167
```
168
0 commit comments