This is an automated email from the ASF dual-hosted git repository.
altay 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 efd32ff Fix spelling error when starting BigQuery jobs
new 6282f85 Merge pull request #14931 from ajamato/patch-4
efd32ff is described below
commit efd32ffd1da9f057663d726b9be173c0f85b34ff
Author: Alex Amato <[email protected]>
AuthorDate: Wed Jun 2 11:45:16 2021 -0700
Fix spelling error when starting BigQuery jobs
Fix spelling error when starting BigQuery jobs
---
sdks/python/apache_beam/io/gcp/bigquery_tools.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/apache_beam/io/gcp/bigquery_tools.py
b/sdks/python/apache_beam/io/gcp/bigquery_tools.py
index e1d310d..b3b5bbc 100644
--- a/sdks/python/apache_beam/io/gcp/bigquery_tools.py
+++ b/sdks/python/apache_beam/io/gcp/bigquery_tools.py
@@ -490,7 +490,7 @@ class BigQueryWrapper(object):
upload = Upload.FromStream(stream, mime_type=UNKNOWN_MIME_TYPE)
response = self.client.jobs.Insert(request, upload=upload)
_LOGGER.info(
- "Stated BigQuery job: %s\n "
+ "Started BigQuery job: %s\n "
"bq show -j --format=prettyjson --project_id=%s %s",
response.jobReference,
response.jobReference.projectId,