Udi Meiri created BEAM-11162:
--------------------------------
Summary: BigQuery Write.to(ValueProvider<string>) without
projectId fails in MultiPartitionsWriteTables
Key: BEAM-11162
URL: https://issues.apache.org/jira/browse/BEAM-11162
Project: Beam
Issue Type: Bug
Components: io-java-gcp
Reporter: Udi Meiri
Assignee: Udi Meiri
What happens is that Beam wants to create new temporary BQ tables in the multi
partition case, and in order to do that it needs to fetch the target table's
schema. The failure happens in this line:
https://github.com/apache/beam/blob/34e27ba1dd6ec8886d0df7e5fcd3600fd64db914/sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryServicesImpl.java#L504
--
This message was sent by Atlassian Jira
(v8.3.4#803005)