KevinGG commented on a change in pull request #11050: [BEAM-8335] Implemented
Capture Size limitation
URL: https://github.com/apache/beam/pull/11050#discussion_r388482551
##########
File path: sdks/python/apache_beam/runners/interactive/interactive_beam.py
##########
@@ -88,7 +88,22 @@ def capture_duration(self, value):
"""
self.capture_control._capture_duration = value
- # TODO(BEAM-8335): add capture_size options when they are supported.
+ @property
+ def capture_size(self):
Review comment:
Renaming it to `capture_size_limit`.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services