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§
- Postgres
Reference Table Source - A
ReferenceTableSourcebacked by a singleSELECT *query against aPostgreSQLtable. Returns the full table as a snapshot, then completes.