riteshghorse commented on code in PR #27080:
URL: https://github.com/apache/beam/pull/27080#discussion_r1242208723


##########
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:
   @sirenbyte can you comment on the known GCP error? we can merge this once we 
know the cause of failure



-- 
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]

Reply via email to