You write a Python script to connect to Google BigQuery from a Google Compute Engine virtual machine. The script is printing errors that it cannot connect to
BigQuery.
AInstall the latest BigQuery API client library for Python
BRun your script on a new virtual machine with the BigQuery access scope enabled
✓CCreate a new service account with BigQuery access and execute your script with that user
DInstall the bq component for gcloud with the command gcloud components install bq.
✓
Correct Answer: C
Create a new service account with BigQuery access and execute your script with that user
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Google certification topics.