This is an automated email from the ASF dual-hosted git repository.
damccorm 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 9da6f86bf89 Fix typo in BigQuery Python Documentation (#34317)
9da6f86bf89 is described below
commit 9da6f86bf897ac895c861418216149672721e4f2
Author: Aaron Trelstad <[email protected]>
AuthorDate: Thu Mar 27 14:09:28 2025 -0500
Fix typo in BigQuery Python Documentation (#34317)
---
sdks/python/apache_beam/io/gcp/bigquery.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/io/gcp/bigquery.py
b/sdks/python/apache_beam/io/gcp/bigquery.py
index 9f60b5af672..5b650754293 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery.py
@@ -238,7 +238,7 @@ also take a callable that receives a table reference.
Chaining of operations after WriteToBigQuery
--------------------------------------------
-WritToBigQuery returns an object with several PCollections that consist of
+WriteToBigQuery returns an object with several PCollections that consist of
metadata about the write operations. These are useful to inspect the write
operation and follow with the results::