Google Cloud Storage
With Querier, you can integrate with Google Cloud Storage to perform tasks such as file retrieval and uploads.
Preparation
First, obtain a GCP service account by following these steps:
- Log in to the GCP console.
- Click [IAM & Admin].
- Click [Service Accounts].
- Click [Create Service Account].
- Enter a [Service Account Name].
- Select a role from [Select a role] (e.g.,
Storage Admin
). - Click [Done].
- Click [Actions] for the created service account.
- Click [Manage keys].
- Click [Add Key], then [Create New Key].
- Copy the downloaded JSON key.
Connection Method
1. Create a new data source connection
- Click the [Resources] tab.
- Click the [Create] button next to [Resources].
- Select [Google Cloud Storage].
2. Enter the connection information
Field | Description |
---|---|
Name | Enter the name for your Google Cloud Storage connection. |
Credentials JSON | Enter the service account credentials for Google Cloud Storage in JSON format. |