We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e6f3b8 commit 15f7e6eCopy full SHA for 15f7e6e
bigquery/cloud-client/auth_snippets.py
@@ -35,8 +35,7 @@ def explicit():
35
36
# Explicitly use service account credentials by specifying the private key
37
# 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
+ # https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html#service-accounts
40
bigquery_client = bigquery.Client.from_service_account_json(
41
'service_account.json')
42
0 commit comments