Jared Champion created BEAM-12344:
-------------------------------------
Summary: google-cloud-bigquerystorage versions < 1.20.0 throw
PERMISSION_DENIED in some cases
Key: BEAM-12344
URL: https://issues.apache.org/jira/browse/BEAM-12344
Project: Beam
Issue Type: Bug
Components: io-java-gcp
Affects Versions: 2.29.0
Reporter: Jared Champion
+*description:*+
There is an issue with the google-cloud-bigquerystorage package that has been
tested using the sample google code at:
[https://cloud.google.com/bigquery/docs/write-api#using_the_with_the_java_client]
(and confirmed by google support) to affect version(s) < 1.20.4 where writing
to some BigQuery locations can incorrectly throw:
java.util.concurrent.ExecutionException:
com.google.api.gax.rpc.PermissionDeniedException:
io.grpc.StatusRuntimeException: PERMISSION_DENIED: Permission
'TABLES_UPDATE_DATA' denied on resource
'projects/<some-project>/datasets/<some-dataset>/tables/<some-table>' (or it
may not exist).
This affects writing to certain locations using the
BigQueryIO.Write.Method.STORAGE_WRITE_API write method
+*version(s) affected:*+
2.29.0
Can we update the google-cloud-bigquerystorage version to 1.20.4 or higher to
resolve this issue?
--
This message was sent by Atlassian Jira
(v8.3.4#803005)