I’m running tap-mysql (transferwise) I have all my...
# troubleshooting
j
I’m running tap-mysql (transferwise) I have all my tables set to FULL_TABLE replication in the metadata configuration, Then I get messages like the following:
Copy code
tap-mysql--collective | extractor | time=2021-11-17 23:06:33 name=tap_mysql level=INFO message=Stream <stream_name> is using full table replication
That’s what I want to see, but the next line is:
Copy code
tap-mysql--collective | extractor | time=2021-11-17 23:06:33 name=tap_mysql level=INFO message=Detected auto-incrementing primary key(s) - will replicate incrementally
… What am I missing here? Why would it replicate incrementally if I explicitly told it to replicate using a FULL_TABLE method?