Summary
Error occurs during sync process from MySQL to DuckDB with Airbyte, related to null value in AirbyteStateMessage.getGlobal()
Question
Hi I am trying to connect mysql db as a cdc source to duckdb as desination. There is no problem with the connection but while syncing, the sync process stops throwing out the following error :
Cannot invoke “io.airbyte.protocol.models.AirbyteGlobalState.getStreamStates()” because the return value of “io.airbyte.protocol.models.AirbyteStateMessage.getGlobal()” is null
what can be the possible solution for this ?
This topic has been created from a Slack thread to give it more visibility.
It will be on Read-Only mode here. Click here if you want
to access the original thread.