Skip to content

Commit 0a1858e

Browse files
tswastJon Wayne Parrott
authored andcommitted
/s/buckets/datasets in BigQuery auth sample [(googleapis#1242)](GoogleCloudPlatform/python-docs-samples#1242)
1 parent c504546 commit 0a1858e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/snippets/auth_snippets.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ def explicit():
4141
'service_account.json')
4242

4343
# Make an authenticated API request
44-
buckets = list(bigquery_client.list_datasets())
45-
print(buckets)
44+
datasets = list(bigquery_client.list_datasets())
45+
print(datasets)
4646

4747

4848
if __name__ == '__main__':

0 commit comments

Comments
 (0)