pabloem commented on pull request #11582:
URL: https://github.com/apache/beam/pull/11582#issuecomment-622092973
This is looking good. Something I think we should do is change the
underlying implementation of ReadFromBigQuery
```
class ReadFromBQ:
def expand(self):
return Create([self.input_element]) | ReadAllFromBigQuery()
```
----------------------------------------------------------------
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]