Airbyte Error mariadb source and duckdb as destination #38747
Unanswered
g-diwakar
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am using CDC incremental load from mariadb database to the duckdb as a destination. Since there is no any connector for mariadb, I have used mysql connector. There is not any issue during set up process. However while syncing, the process stops after some minutes 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
and I am also getting following warning :
missing stats for job [job number]
I have attached a log file here.
default_workspace_job_7_attempt_5_txt.txt
what could be wrong with this ?
Beta Was this translation helpful? Give feedback.
All reactions