chamikaramj commented on code in PR #24642: URL: https://github.com/apache/beam/pull/24642#discussion_r1046555067
########## runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/options/DataflowPipelineOptions.java: ########## @@ -120,7 +120,6 @@ void setDataflowServiceOptions(List<String> options); /** Run the job as a specific service account, instead of the default GCE robot. */ - @Hidden Review Comment: Yes, this is the service account that would be used by Dataflow workers (and it was shown in UI before the change https://github.com/apache/beam/pull/14970). This option (--serviceAccount) is advertised under "Specifying a user-managed worker service account" here: https://cloud.google.com/dataflow/docs/concepts/security-and-permissions#worker-service-account -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
