pabloem commented on a change in pull request #13154:
URL: https://github.com/apache/beam/pull/13154#discussion_r513670976
##########
File path: sdks/python/apache_beam/io/iobase.py
##########
@@ -1618,3 +1628,48 @@ def display_data(self):
'source': DisplayDataItem(self.source.__class__, label='Read Source'),
'source_dd': self.source
}
+
+
+class SDFBoundedSourceReader(PTransform):
Review comment:
I've done this - but I've still allowed the source to come in via the
constructor as well as as an input. The intention of doing this is to keep the
display data for simple Read transforms where the source is known at
construction time.
----------------------------------------------------------------
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]