Skip to content

Commit d13fad7

Browse files
tswastJon Wayne Parrott
authored and
Jon Wayne Parrott
committed
/s/buckets/datasets in BigQuery auth sample (#1242)
1 parent d63c12c commit d13fad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bigquery/cloud-client/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)