Google Cloud Storage
You can output the uploaded and processed data to a bucket of your choice on Google Cloud Storage.
The following details are required:
Bucket Name
- The name of the bucket on S3Credentials JSON
- This the IAM account key for a service account on Google Cloud
:::tip
You can generate the Credentials JSON
by going to IAM & Admin -> Service Accounts -> then clicking on a service account that has access to your bucket. Go to keys and select "ADD KEY" to generate a new key.
:::
You can add this connector on the Segna Platform on the connectors page or when creating a Pipeline. To connector can be added to the Pipeline as an output destination.
You can also specify a sub-folder within the bucket when adding it to the Pipeline here:

You are also able to configure the destination of the uploaded and processed file per upload/import on the job, either using the Job API/Client Library or the Pre-Built Data Importer Component.
Updated 5 months ago