andy_crowe
03/20/2023, 4:12 PMtap-mysql (transferwise) with LOG_BASED replication, and filtering out a single column by removing it from the catalog file (I’ve also tried using the Meltano select extra and schema extra with the same result) which works as expected on the first load. But then returns this on subsequent loads:
time=2023-03-20 15:58:35 name=tap_mysql level=INFO message=Stream `stream-id`: Difference detected between event and schema: {'exclude_column'}
time=2023-03-20 15:58:35 name=tap_mysql level=INFO message=Stream `stream-id`: Running discovery ...
It seems to re-run discovery and then include the column I’ve set to exclude. Similar thread w/no response.thomas_briggs
03/20/2023, 4:20 PMandy_crowe
03/20/2023, 4:30 PM--properties flag. Going to test it outinvoke command facepalm , ended up using incremental replication method