Hi, currently I use mysql tap and athena target wi...
# troubleshooting
a
Hi, currently I use mysql tap and athena target with select entity option. WF works perfectly when I use FULL_TABLE replication-method. When, I tried to use the same wf but with LOG_BASED replication, it work the first time (full table sync). But, the second time when it starting replication from binlog file, the wf does not seem to fit the select option and include whole attribute entities. Do you know this behaviours ? I thinks this errors messages it's about the behaviours `name=tap_mysql level=INFO message=Stream `entity`: Difference detected between event and schema: {...}` `name=tap_mysql level=INFO message=Stream `entity`: Running discovery ...`
extractors:
- name: tap-mysql
config:
database: madatabase
ssl: true
select:
- entity.*
- '!entity.attribute1'
metadata:
'*':
replication-method: LOG_BASED
a
@alexandre_brehelin — did you find a solution to this?
a
Hi, No I didn't find a solution. I choose to replicate whole table to use binlog replication