Skip to main content

Module postgres_reference

Module postgres_reference 

Source
Expand description

PostgreSQL poll-based reference table source (no CDC required). PostgreSQL poll-based reference table source.

Implements ReferenceTableSource via a simple SELECT * FROM table query. No replication slot or CDC configuration required — suitable for slowly-changing dimension tables that are refreshed by periodic snapshot.

Structs§

PostgresReferenceTableSource
A ReferenceTableSource backed by a single SELECT * query against a PostgreSQL table. Returns the full table as a snapshot, then completes.