The Snowflake Target Connector is a robust tool designed to facilitate the seamless integration of Change Data Capture (CDC) updates into Snowflake data warehouses. Leveraging Snowpipe streaming functionality, this connector efficiently streams CDC updates into Snowflake, where they are written as inserts. Subsequently, a materialized view is employed to construct a copy of the source table, ensuring real-time data replication.Documentation Index
Fetch the complete documentation index at: https://docs.popsink.com/llms.txt
Use this file to discover all available pages before exploring further.
Key Features
- CDC Streaming: Utilizes Snowpipe streaming to capture real-time changes from the source system.
- Insert Operation: Writes CDC updates as inserts into the target Snowflake database, preserving data integrity.
- Materialized View: Constructs a materialized view to mirror the source table, enabling easy access to replicated data.
- Time Travel Support: Retains historical data for time travel queries, facilitating data analysis and auditing.
- Private Authentication: Relies on Snowflake’s private authentication mechanism for secure data transmission.
Getting Started
To begin using the Snowflake Target Connector, follow these steps:- Prerequisites:
- A Snowflake account where you whish to sync your data
- A key pair (no pass phrase) for authentication with Snowflake
- In snowflake update user with the public key.
- Copy the private key without the header and footer.
- Configuration:
- In the Target section, select the Snowflake connector
- Fill in the required configuration, including the Snowflake key