S3ToSnowflakeOperator
SnowflakeExecutes an COPY command to load files from s3 to Snowflake
Access Instructions
Install the Snowflake provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
Documentation
Executes an COPY command to load files from s3 to Snowflake
See also
For more information on how to use this operator, take a look at the guide: S3ToSnowflakeOperator
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.
Example DAG showcasing a write-audit-publish data quality pattern with Snowflake and Great Expectations.
Example DAG showcasing loading and data quality checking with Snowflake and Great Expectations.
An example DAG showing the use of SnowflakeCheckOperators.