Hey, I try to replicate a MySQL db into BigQuery, ...
# advice-data-ingestion
o
Hey, I try to replicate a MySQL db into BigQuery, however I end up with an error :
io.debezium.DebeziumException: Unexpected error while connecting to MySQL and looking at BINLOG_FORMAT mode:
It seems the error appears when Debezium perform the request
SHOW GLOBAL VARIABLES LIKE 'binlog_format'
against the MySQL database, I tried to run the request with the same user and there was no problem, value
ROW
is returned. I have Airbyte 0.40.6 and mysql connector version 0.6.12 (also tested with 0.6.11)