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 84b2d01  Update WriteToBigQuery multiple destinations doc
     new eb3d693  Merge pull request #14280 from Update WriteToBigQuery 
multiple destinations doc
84b2d01 is described below

commit 84b2d01adf17a9d7dd6c8ed9dd35facd53d9acf7
Author: Quentin Sommer <[email protected]>
AuthorDate: Fri Mar 19 11:31:01 2021 +0100

    Update WriteToBigQuery multiple destinations doc
---
 sdks/python/apache_beam/io/gcp/bigquery.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sdks/python/apache_beam/io/gcp/bigquery.py 
b/sdks/python/apache_beam/io/gcp/bigquery.py
index 3097d02..fd74b99 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery.py
@@ -1523,8 +1523,6 @@ class WriteToBigQuery(PTransform):
          or ``'PROJECT:DATASET.TABLE'``. If it's a callable, it must receive 
one
          argument representing an element to be written to BigQuery, and return
          a TableReference, or a string table name as specified above.
-         Multiple destinations are only supported on Batch pipelines at the
-         moment.
       dataset (str): The ID of the dataset containing this table or
         :data:`None` if the table reference is specified entirely by the table
         argument.

Reply via email to