Is there a way to run a complete sync on one table...
# plugins-general
l
Is there a way to run a complete sync on one table rather than all the tables? I'm using the
tap_mysql
with
LOG_BASED
replication from
transferwise
and we had a schema change on one table that caused the tap to fail, so we had to do a full refresh. It would be nice to be able to just do a full refresh on one specific table.
t
I ran into the same issue in my test env yesterday and faked it by tweaking my selection rules, running with the --full-refresh option, then resetting my selection rules back to normal 🤔