Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Your Python script, designed to connect to Google BigQuery from a Google Compute Engine virtual machine, is failing with connection errors. What steps should you take to resolve this issue?
A
Install the bq component for gcloud with the command gcloud components install bq.
gcloud components install bq
B
Run your script on a new virtual machine with the BigQuery access scope enabled.
C
Install the latest BigQuery API client library for Python.
D
Create a new service account with BigQuery access and execute your script with that user.