anivtk
6 years agoNew Contributor II
Snaps to copy data to Google Storage
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 Stor...
- 6 years ago
@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.