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 398a2de commit a4b6740Copy full SHA for a4b6740
bigquery_storage/to_dataframe/main_test.py
@@ -33,7 +33,10 @@ def clients():
33
)
34
35
# Make clients.
36
- bqclient = bigquery.Client(credentials=credentials, project=your_project_id)
+ bqclient = bigquery.Client(
37
+ credentials=credentials,
38
+ project=your_project_id
39
+ )
40
bqstorageclient = bigquery_storage_v1beta1.BigQueryStorageClient(
41
credentials=credentials
42
0 commit comments