Google Cloud API Configuration Issues¶
Some Google Cloud APIs must be enabled for the BigQuery connector to function correctly. If these APIs are not enabled, you may encounter errors when performing access management or data operations.
Common API-Related Errors¶
You may see errors such as:
Bash | |
---|---|
Note
The [API_NAME]
will vary depending on which service is required but not yet enabled (for example:Cloud Resource Manager API
).
How to Enable Required APIs¶
To resolve API-related errors, enable the missing API in your project. See How to Enable APIs for detailed steps.
Required APIs for BigQuery Connector¶
These APIs must be enabled in your GCP project. See Enable Required Google Cloud APIs for detailed steps.
General Troubleshooting¶
- Verify APIs: Ensure all required APIs are enabled in your project.
- Check Permissions: Confirm the service account has the necessary IAM Role Permissions.
- Wait for Propagation: Allow 5–10 minutes after enabling APIs or updating roles.
- Back to: Troubleshooting Overview