Hi everyone, I am using MySQL connector for syncing from a MariaDB. I encounter an issue where if a date column has an invalid date (i.e. '0000-11-30'), sync fails with error message "java.sql.SQLException: YEAR". Please check the Github issue below for more details
What's strange is, if column has some valid value, and the invalid value is all zero '0000-00-00', sync works fine.
Github issue I created for this:
https://github.com/airbytehq/airbyte/issues/16574
I really appreciate all your help, I have been trying a lot of ways to deal with this, but still fail. This is really important for my customer