How to Migrate from Amazon Redshift to Snowflake
Skippr is the easiest way to migrate from Redshift to Snowflake and get fully cleansed and modeled data in one run command.
Source: Redshift. Destination: Snowflake.
Sample config
yaml
skippr:
workspace: redshift_to_snowflake
pipelines:
redshift_to_snowflake:
data_source: data_sources.source
data_sink: data_sinks.warehouse
data_sources:
source:
Redshift:
cluster_identifier: my-cluster
database: analytics
db_user: admin
region: us-east-1
data_sinks:
warehouse:
Snowflake:
database: ANALYTICS
schema: RAW
warehouse: COMPUTE_WH
role: ACCOUNTADMINEnvironment
bash
export SNOWFLAKE_ACCOUNT="MYORG-MYACCOUNT"
export SNOWFLAKE_USER="myuser"
export SNOWFLAKE_PRIVATE_KEY_PATH="/path/to/snowflake_key.p8"
export AWS_ACCESS_KEY_ID="your-key"
export AWS_SECRET_ACCESS_KEY="your-secret"Source connector: redshift. Destination connector: snowflake.
See Quick start.
