Connect Teradata Vantage to Salesforce using Amazon Appflow
Overview
This how-to describes the process to migrate data between Salesforce and Teradata Vantage. It contains two use cases:
- Retrieve customer information from Salesforce, and combine it with order and shipping information from Vantage to derive analytical insights.
- Update
newleads
table on Vantage with the Salesforce data, then add the new lead(s) back to Salesforce using AppFlow.
Amazon AppFlow transfers the customer account data from Salesforce to Amazon S3. Vantage then uses Native Object Store (NOS) read functionality to join the data in Amazon S3 with data in Vantage with a single query.
The account information is used to update the newleads
table on Vantage. Once the table is updated, Vantage writes it back to the Amazon S3 bucket with NOS Write. A Lambda function is triggered upon arrival of the new lead data file to convert the data file from Parquet format to CSV format, and AppFlow then inserts the new lead(s) back into Salesforce.