Oleksii Lyhosherstov
07/11/2024, 1:55 PMvisch
07/11/2024, 1:57 PM_sdc_lsn
then you have log based onvisch
07/11/2024, 2:01 PMmeltano invoke tap-postgres --dump=catalog
and then found your stream there's a replication_method listed for the stream you're using as well.
We could still do the log statement but it should really apply to every stream then we'd say something like "Starting {stream_name} - {replication_method} sync" Which isn't a bad idea, maybe just something we should do in the sdkOleksii Lyhosherstov
07/11/2024, 2:25 PMOleksii Lyhosherstov
07/11/2024, 2:26 PMmeltano invoke tap-postgres --dump=catalog
let me check if I have the latest version since it complains about no such optionOleksii Lyhosherstov
07/11/2024, 2:51 PMOleksii Lyhosherstov
07/11/2024, 3:47 PMmetadata:
"*":
replication_method: LOG_BASED
replication_key: _sdc_lsn
It should be
metadata:
"*":
replication_method: LOG_BASED
replication_key: _sdc_lsn
Oleksii Lyhosherstov
07/11/2024, 3:49 PM2024-07-11 15:44:43,573 | INFO | tap-postgres.public-country | Beginning log_based sync of 'public-country'...
visch
07/11/2024, 5:39 PMvisch
07/11/2024, 5:39 PM