TheNeuralBit commented on code in PR #21969:
URL: https://github.com/apache/beam/pull/21969#discussion_r904057866
##########
sdks/python/apache_beam/runners/interactive/pipeline_instrument.py:
##########
@@ -284,7 +284,7 @@ def background_caching_pipeline_proto(self):
roots = [root for root in pipeline_proto.root_transform_ids]
# Get the transform IDs of the caching transforms. These caching operations
- # are added the the _background_caching_pipeline in the instrument()
method.
+ # are added the _background_caching_pipeline in the instrument() method.
Review Comment:
```suggestion
# are added to the _background_caching_pipeline in the instrument()
method.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]