PostgreSQL
Learn the steps for ingesting your PostgreSQL data into your target.
Steps
Enable CDC for your source PostgreSQL database.
Create a connection to your source PostgreSQL database.
Create a connection to your target (see the Supported Targets list below for links).
Create the entities for your target per the list in the Job Type & Steps column below. Note that there are multiple options for ingesting to Snowflake:
Ingestion Job
Create a staging table in the data lake
Create an ingestion job to load data into the staging table
Create a transformation job for each target
Replication Job
Create a replication job to ingest into multiple target schemas
Single Entity Job
Create a staging table in the data lake
Create an ingestion job to load data into the staging table
No-code Wizard
Alternatively, you can use the Upsolver no-code Wizard to get your pipelines started in super-quick time. The Wizard generates the code for you so you can optionally customize it for your requirements, and create advanced use cases.
Related Content
Quickstarts
How To Guides
Reference
Articles
Last updated