Skip to content

Commit 75f2d0c

Browse files
authored
Adding optional switch to capture project ID in from_service_account_json(). (#3436)
Fixes #1883.
1 parent abb3353 commit 75f2d0c

File tree

1 file changed

+1
-0
lines changed
  • packages/google-cloud-bigtable/google/cloud/bigtable

1 file changed

+1
-0
lines changed

packages/google-cloud-bigtable/google/cloud/bigtable/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ class Client(_ClientFactoryMixin, _ClientProjectMixin):
207207
_instance_stub_internal = None
208208
_operations_stub_internal = None
209209
_table_stub_internal = None
210+
_SET_PROJECT = True # Used by from_service_account_json()
210211

211212
def __init__(self, project=None, credentials=None,
212213
read_only=False, admin=False, user_agent=DEFAULT_USER_AGENT):

0 commit comments

Comments
 (0)