
Ultimate access to all questions.
You have a Python script that is attempting to connect to Google BigQuery from a Google Compute Engine virtual machine. However, the script is encountering errors stating that it cannot connect to BigQuery. What action should you take to resolve this connectivity issue?
A
Install the latest BigQuery API client library for Python
B
Run your script on a new virtual machine with the BigQuery access scope enabled
C
Create a new service account with BigQuery access and execute your script with that user
D
Install the bq component for gcloud with the command gcloud components install bq.