damccorm commented on code in PR #37542:
URL: https://github.com/apache/beam/pull/37542#discussion_r2783340051


##########
website/www/site/content/en/documentation/io/built-in/google-bigquery.md:
##########
@@ -266,6 +266,34 @@ a BigQuery table using the Beam SDK, apply a `Read` 
transform on a `BigQuerySour
 {{< /paragraph >}}
 
 ### Reading from a table
+{{< paragraph class="language-py" >}}
+Apache Beam supports reading from BigQuery using the BigQuery Storage Read API
+by setting the <code>method</code> parameter to <code>DIRECT_READ</code>.
+This method is recommended for large-scale reads because it provides
+better performance and parallelism.
+{{< /paragraph >}}
+
+### Reading using BigQuery Storage Read API

Review Comment:
   This seems to already be covered in 
https://github.com/Midhat-kazmi/beam/blob/master/website/www/site/content/en/documentation/io/built-in/google-bigquery.md#reading-from-bigquery
 (which redirects to 
https://github.com/Midhat-kazmi/beam/blob/master/website/www/site/content/en/documentation/io/built-in/google-bigquery.md#using-the-storage-read-api-storage-api)



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