1
0
mirror of synced 2026-01-31 10:02:01 -05:00
Files
airbyte/airbyte-integrations/connectors/source-relational-db
Subodh Kant Chaturvedi 4ddd057039 source-postgres: implement logic to make CDC compatible with ctid (#27652)
* wip

* wip 2

* undo unwatned change

* some refactoring

* fix few tests

* more fixing

* more fixes

* Automated Commit - Format and Process Resources Changes

* more improvements

* 1 more test

* another test

* add flag for ctid enabling

* fix conflicts

* else block is not required

* use emittedAt

* skip WAL processing if streams under vacuuming

---------

Co-authored-by: subodh1810 <subodh1810@users.noreply.github.com>
Co-authored-by: Augustin <augustin@airbyte.io>
2023-07-06 13:37:28 -05:00
..

Relational Database Source

We are not planning to expose this source in the UI yet. It serves as a base upon which we can build all of our other Relational Database-compliant sources.