SalesforceToS3Operator
AmazonSubmits a Salesforce query and uploads the results to AWS S3.
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
Submits a Salesforce query and uploads the results to AWS S3.
See also
For more information on how to use this operator, take a look at the guide: Extract data from Salesforce to Amazon S3 transfer operator
Example DAGs
An ELT pipeline which extracts Salesforce customer data to Snowflake for transformation and enrichment, and synced back to Salesforce via Hightouch.
A modern ELT pipeline from extracting Salesforce data to loading and transforming in Snowflake.
This is a basic example DAG for using SalesforceToS3Operator to retrieve Salesforce account data and upload it to an Amazon S3 bucket.