Key routes
- List:
/workspace/data-pipelines - Create shell:
/workspace/data-pipelines/new - Builder:
/workspace/data-pipelines/[id]/builder - Detail:
/workspace/data-pipelines/[id]
Create the shell
Create the pipeline with a name and source connection. Then open the builder.Configure Source
Use the Source node to:- test connection
- discover schema
- refresh tables
- include streams
- preview rows
Configure Destination
Use the Destination node to:- select the destination connection
- choose Full Table or Incremental sync
- keep the live write mode as Upsert
- add rename/cast Normalisation rules
- write SQL models
- validate and preview output
- save the destination
- run manually