pabloem commented on a change in pull request #13239:
URL: https://github.com/apache/beam/pull/13239#discussion_r523113642



##########
File path: 
website/www/site/content/en/documentation/io/built-in/google-bigquery.md
##########
@@ -253,7 +253,7 @@ them into JSON `TableRow` objects.
 
 {{< paragraph class="language-py" >}}
 To read from a BigQuery table using the Beam SDK for Python, apply a `Read`
-transform on a `BigQuerySource`. Read returns a `PCollection` of dictionaries,
+transform on a `ReadFromBigQuery`. Read returns a `PCollection` of 
dictionaries,

Review comment:
       ```
   To read from a BigQuery table using the Beam SDK for Python, apply a 
`ReadFromBigQuery`
   transfrom. `ReadFromBigQuery` returns a `PCollection` of dictionaries,
   ```




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


Reply via email to