Using tap-mysql transferwise variant doing log-bas...
# troubleshooting
j
Using tap-mysql transferwise variant doing log-based replication to target-snowflake transferwise variant. I’ve had a few successful runs but now I’m getting this error:
Copy code
meltano | Extraction failed (1): Exception: Unable to replicate binlog stream because the following binary log(s) no longer exist: mysql-bin-changelog.702290
The Stitch docs indicate that you solve this by resetting their integration, but how is this accomplished in Meltano? Is there a CLI command for it? Or do I need to get into the meltano db and clear out the state?
l
Running a
--full-refresh
on the job will fix the issue. https://meltano.com/docs/command-line-interface.html#how-to-use-4