sirenbyte commented on code in PR #27080:
URL: https://github.com/apache/beam/pull/27080#discussion_r1239611680
##########
learning/tour-of-beam/learning-content/io/big-query-io/read-table/python-example/task.py:
##########
@@ -56,7 +52,7 @@ def run(argv=None):
with beam.Pipeline(options=pipeline_options, argv=argv) as p:
- (p | 'ReadFromBigQuery' >> beam.io.ReadFromBigQuery(query='select *
from `apache-beam-testing.clouddataflow_samples.weather_stations`',
+ (p | 'ReadFromBigQuery' >>
beam.io.ReadFromBigQuery(table='apache-beam-testing:clouddataflow_samples.weather_stations',
Review Comment:
Remove spaces are necessary for the python file to work. @olehborysevych
knows about the GCP error
--
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]