I am using the API to add a new table to an existi...
# ask-community-for-troubleshooting
g
I am using the API to add a new table to an existing CDC connection without applying a reset. however when i go to sync, it will read in this new table from the timestamp of the last sync. can i override this, can each table have it’s own pointer or does the connection have one timestamp from which to read all tables on each sync. can i override this?
1
j
Not sure what your connection source is. In my case (Postgres), CDC is entirely controlled by LSN in replication slot, so it’s not possible to have different pointer for each table with a single replication slot. Airbyte doesn’t support specifying multiple replication slots for a connection, so it wouldn’t be technically possible for now.
g
yeah, MySQL source over here. i imagined as much. was more confirming