Skip to content

How to Migrate from MotherDuck to Azure Synapse

Skippr is the easiest way to migrate from MotherDuck to Synapse and get fully cleansed and modeled data in one run command.

Source: MotherDuck. Destination: Synapse.

Sample config

yaml
skippr:
  workspace: motherduck_to_synapse
pipelines:
  motherduck_to_synapse:
    data_source: data_sources.source
    data_sink: data_sinks.warehouse
data_sources:
  source:
    Motherduck:
      motherduck_token: "${MOTHERDUCK_TOKEN}"
      database: my_db
data_sinks:
  warehouse:
    Synapse:
      schema: dbo

Environment

bash
export SYNAPSE_HOST="myworkspace.sql.azuresynapse.net"
export SYNAPSE_USER="sqladmin"
export SYNAPSE_PASSWORD="mypassword"
export SYNAPSE_DATABASE="analytics"
export MOTHERDUCK_TOKEN="eyJ..."

Source connector: motherduck-source. Destination connector: synapse.

See Quick start.