Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use insecure grpc channel with emulator #946

Merged
merged 6 commits into from
Apr 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
fixed typo
  • Loading branch information
daniel-sanche committed Apr 11, 2024
commit a3650c2d11cf45d3633b06349c846c06cc9457af
2 changes: 1 addition & 1 deletion google/cloud/bigtable/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _get_scopes(self):
return scopes

def _emulator_channel(self, transport, options):
"""Create a channelfor use with the Bigtable emulator.
"""Create a channel for use with the Bigtable emulator.

Insecure channels are used for the emulator as secure channels
cannot be used to communicate on some environments.
Expand Down