i have CDC connector. i would like to add a table ...
# contributing-to-airbyte
g
i have CDC connector. i would like to add a table without performing a full reset. i know that you cant do that via the UI and implications from the pointer on the binlogs. but what are the steps to doing this manually. i was thinking: 1. create new connector with specific table to perform a full sync (connector B) 2. add table to existing connector without resetting (connector A) 3. remove connector B 4. if i have incremental dedupe on all tables, i am assuming this should be fine following subsequent syncs?
u
This steps (in theory) should work. You need to edit the ConfiguredCatalog and the state of the connector A. I never tried this and don't know if for binlog this could have other implications.