cancel
Showing results for 
Search instead for 
Did you mean: 

Snaps to copy data to Google Storage

anivtk
New Contributor II

I have a requirement to move/copy many files (1000s of files) to Google Storage. I did some reading in SnapLogic documentation and saw that we might have to use “Google BigQuery Bulk Load (Cloud Storage)” for this. Is this correct understanding? Any more details or any links to sample pipeline or snap configuration would be really helpful.

Thanks in advance.

1 ACCEPTED SOLUTION

rohithmadhavan
Employee
Employee

@anivtk You can use the File Writer Snap with the account set to either Google Service or Google Storage. The File name field would be configured like s3:///<bucketName>/<fileName>.

The Google BigQuery Bulk Load (Cloud Storage) Snap is used to load data from Google Storage into Google BigQuery and isn’t suitable for the requirement described.

View solution in original post

2 REPLIES 2

rohithmadhavan
Employee
Employee

@anivtk You can use the File Writer Snap with the account set to either Google Service or Google Storage. The File name field would be configured like s3:///<bucketName>/<fileName>.

The Google BigQuery Bulk Load (Cloud Storage) Snap is used to load data from Google Storage into Google BigQuery and isn’t suitable for the requirement described.

Thanks rohithmadhavan, this worked. 🙂