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


##########
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:
   @riteshghorse  Looking into it. We had CI/CD failing end of last week due to 
outdated gradle-avro plugin. I've merged master and restarted the checks. will 
see after the checks run if this was the issue



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