This is an automated email from the ASF dual-hosted git repository.

pabloem pushed a commit to branch pabloem-patch-2
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 6d971168e8c908797d4366e3c706914949abe7ce
Author: Pablo Estrada <pabl...@users.noreply.github.com>
AuthorDate: Mon Feb 6 15:41:50 2023 -0500

    fix doc on bq sxtorage
---
 .../www/site/content/en/documentation/io/built-in/google-bigquery.md  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/website/www/site/content/en/documentation/io/built-in/google-bigquery.md 
b/website/www/site/content/en/documentation/io/built-in/google-bigquery.md
index 6f12a4f6bcf..8ab3b0a9a04 100644
--- a/website/www/site/content/en/documentation/io/built-in/google-bigquery.md
+++ b/website/www/site/content/en/documentation/io/built-in/google-bigquery.md
@@ -336,8 +336,8 @@ BigQuery. SDK versions before 2.25.0 support the BigQuery 
Storage API as an
 and use the pre-GA BigQuery Storage API surface. Callers should migrate
 pipelines which use the BigQuery Storage API to use SDK version 2.25.0 or 
later.
 
-The Beam SDK for Python does not support the BigQuery Storage API. See
-[Issue 20687](https://github.com/apache/beam/issues/20687)).
+The Beam SDK for Python supports the BigQuery Storage API. Enable it
+by passing a `method` parameter to it.
 
 #### Updating your code
 

Reply via email to