Create the shell
- Open Data Pipelines.
- Click New Pipeline.
- Enter a pipeline name.
- Choose a PostgreSQL source connection.
- Create the pipeline and open the builder.
Configure the Source node
- Click the settings icon on the Source node.
- Click Test connection if you want to re-check credentials.
- Click Discover schema or Refresh tables.
- Include one or more source streams.
- Preview the active stream.
Configure the Destination node
- Click the settings icon on the Destination node.
- Select the PostgreSQL destination connection.
- Keep the first run as
FULL_TABLE. - Keep the write mode as
Upsert. - Open the SQL Layer tab.
- Enter the final delivery table as
schema.table. - Write the SQL model against the raw staged table.
- Validate SQL and preview output.
- Save the destination.