[MySQL → BigQuery replication issue: date fields replaced by NULL (DESTINATION_SERIALIZATION_ERROR)] #66028
Unanswered
louistediber
asked this question in
Connector Questions
Replies: 1 comment
-
We experience the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
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 everyone,
I’ve been running a MySQL → BigQuery replication with Airbyte for months without issues, but since a few days I’ve noticed that date/datetime fields are being progressively replaced with NULL in BigQuery.
Example from _airbyte_meta :
The source values in MySQL are valid (e.g. 2025-07-30 14:22:03), so it seems Airbyte fails to serialize them properly when inserting into BigQuery. This was working fine for weeks before suddenly starting to fail.
Does this ring a bell for anyone ? Any known fixes or workarounds ?
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions