You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by pa...@apache.org on 2023/02/09 18:31:14 UTC

[beam] branch master updated: fix doc on bq sxtorage (#25353)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cbac3e093a4 fix doc on bq sxtorage (#25353)
cbac3e093a4 is described below

commit cbac3e093a4dde315313c930354f511fc7e9fd2a
Author: Pablo Estrada <pa...@users.noreply.github.com>
AuthorDate: Thu Feb 9 10:31:06 2023 -0800

    fix doc on bq sxtorage (#25353)
    
    * fix doc on bq sxtorage
    
    * commentaddress
---
 .../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..6c01b1c4667 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 `method=DIRECT_READ` as a parameter to `ReadFromBigQuery`.
 
 #### Updating your code