Skip to content

Commit 15f7e6e

Browse files
tswastJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
Fix broken link to core Client service account helper. (GoogleCloudPlatform#1256)
1 parent 7e6f3b8 commit 15f7e6e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bigquery/cloud-client/auth_snippets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ def explicit():
3535

3636
# Explicitly use service account credentials by specifying the private key
3737
# file. All clients in google-cloud-python have this helper, see
38-
# https://google-cloud-python.readthedocs.io/en/latest/core/modules.html
39-
# #google.cloud.client.Client.from_service_account_json
38+
# https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html#service-accounts
4039
bigquery_client = bigquery.Client.from_service_account_json(
4140
'service_account.json')
4241

0 commit comments

Comments
 (0)