Skip to content

Commit

Permalink
Merge 9389fe4 into 014614b
Browse files Browse the repository at this point in the history
  • Loading branch information
chamikaramj committed Oct 16, 2017
2 parents 014614b + 9389fe4 commit f3eebdd
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -415,6 +415,7 @@ BigtableService getBigtableService(PipelineOptions pipelineOptions) {
return getBigtableService();
}
BigtableOptions.Builder clonedOptions = getBigtableOptions().toBuilder();
clonedOptions.setUserAgent(pipelineOptions.getUserAgent());
if (getBigtableOptions().getCredentialOptions()
.getCredentialType() == CredentialType.DefaultCredentials) {
clonedOptions.setCredentialOptions(
Expand Down

0 comments on commit f3eebdd

Please sign in to comment.