Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Extract sfdc objects and directly pushing into S3 bucket

Hi,
Could you pls someone help me on this below scenario,
I wanted to extract SFDC objects from sales force and that extract tables has to be pushed directly into S3 bucket.
I am unable to push the SFDC table directly into s3buscket , instead I am creating two jobs to archive this as below mentioned
Step 1. tsalesforceconnection--->tfileoutputdelemited
step2.tS3connection---->S3bucketCreate
could you please suggests me how to archive this from single job.

Labels (2)
1 Reply
willm1
Creator
Creator

Your design sounds good. You can put steps 1 and 2 in 1 job and connect the pieces (subjobs) with OnSubJobOK. Yes, you extract from Salesforce into a file, then upload the file into S3. That's the normal flow of moving data into S3 (as files), not as a data stream.