request: being able to add another table to an exi...
# feedback-and-requests
g
request: being able to add another table to an existing connection without requiring a reset. i feel like there’s an existing request somewhere for this. contest: i’m unable to add a CDC connection: issues with both loading methods - AWS s3 staging (copies the wrong table into the database) and standard loading method (worker dies after 3+ hours). i can get around this by using standard loading and adding one table at a time. but then this requires a
reset
with each additional table. which defeats the purpose of this method.
u
Daniel, Subodh is working in the schema evolution. Will be release in parts, first new tables/exclude tables... after more complex situations. Did you try creating the connection using the API?
u
No I haven’t. Is it possible via the api? That would be awesome. Is there a PR or notes on this? Otherwise I can read through the API docs
u
@[DEPRECATED] Marcos Marx i’ve tried adding a new table using the API however when i go to sync, it will read this new table but at the same timestamp of the previous sync and not a full refresh. is there a way to amend this? can each table have its own pointer (timestamp from which to read) or is it one for the entire connection? can we override this?