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. ๐Ÿ™‚