RVR-BQ-RDBMS-008
- 1 Minute to read
- Print
- DarkLight
- PDF
RVR-BQ-RDBMS-008
- 1 Minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Issue Summary
- Error Code: RVR-BQ-RDBMS-008
- Data Connector:
bq_src
- Description:
INVALID_PROJECTS_FAILED_TO_GET_BUCKETS
Diagnosis: This error suggests that there is a problem with retrieving buckets from Google Cloud Storage, which is often related to insufficient permissions granted to the service account used by Rivery to access these resources.
Action Steps:
Check Permissions on the Google Cloud Project:
- Ensure that the service account associated with the BigQuery connection has the required permissions. The service account must have "storage.buckets.list" permission at the project level. This permission is often part of broader roles like
Storage Admin
.
- Ensure that the service account associated with the BigQuery connection has the required permissions. The service account must have "storage.buckets.list" permission at the project level. This permission is often part of broader roles like
Configure Service Account:
- Go to the Google Cloud Platform Console and navigate to "IAM & Admin" > "Service accounts".
- Find the service account connected to Rivery, and ensure it's granted the necessary role (e.g.,
Storage Admin
or a custom role withstorage.buckets.list
permission).
Test Connection:
- Try reconnecting or testing the connection in Rivery after applying the necessary permission changes to confirm if the issue persists.
External References:
- Rivery documentation for BigQuery connection setup: Official Rivery Docs - BigQuery Connection
- Google Cloud permissions documentation: Google Cloud Storage IAM Permissions
If the issue persists or you need further assistance, please open a ticket with Rivery support.
Was this article helpful?