How to Migrate from PostgreSQL to Azure Synapse
Skippr is the easiest way to migrate from PostgreSQL to Synapse and get fully cleansed and modeled data in one run command.
Source: PostgreSQL. Destination: Synapse.
Sample config
yaml
skippr:
workspace: postgres_to_synapse
pipelines:
postgres_to_synapse:
data_source: data_sources.source
data_sink: data_sinks.warehouse
data_sources:
source:
Postgres:
host: localhost
port: 5432
user: myuser
password: mypass
database: mydb
data_sinks:
warehouse:
Synapse:
schema: dboEnvironment
bash
export SYNAPSE_HOST="myworkspace.sql.azuresynapse.net"
export SYNAPSE_USER="sqladmin"
export SYNAPSE_PASSWORD="mypassword"
export SYNAPSE_DATABASE="analytics"Source connector: postgres. Destination connector: synapse.
See Quick start.
