Gabriel Montañola
09/09/2022, 10:19 PMTL;DR; Can I run a single-stream sync for any Postgres to Postgres connection?
Is there any way of syncing a SINGLE stream from a connection? I found no API calls for this here.
Use case:
• We have a pretty big hourly sync (postgres to postgres)
• Sometimes we want to update only a subset of tables from this sync
• Running the pretty big sync takes time and we want to do this faster.
I thought of creating another connection with the same SRC <-> DST but I'm afraid this will mess incremental cursors.Evan Tahler (Airbyte)
09/09/2022, 10:28 PMEvan Tahler (Airbyte)
09/09/2022, 10:29 PM