Skip to content

Commit

Permalink
regen spanner_grpc_transport.py to include changes (via synth)
Browse files Browse the repository at this point in the history
  • Loading branch information
larkee committed Apr 17, 2020
1 parent 8b835ca commit 9cb9e1c
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -107,6 +107,9 @@ def create_channel(
pkg_resources.resource_string(__name__, _SPANNER_GRPC_CONFIG)
)
options = [(grpc_gcp.API_CONFIG_CHANNEL_ARG, grpc_gcp_config)]
if "options" in kwargs:
options.extend(kwargs["options"])
kwargs["options"] = options
return google.api_core.grpc_helpers.create_channel(
address, credentials=credentials, scopes=cls._OAUTH_SCOPES, **kwargs
)
Expand Down

0 comments on commit 9cb9e1c

Please sign in to comment.