-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR () LineGobbler(voidCall):85 - Exception in thread "main" java.lang.RuntimeException: java.sql.SQLException: YEAR #5070
Comments
@ayyoubmaulana can you share the full log? |
This should be added to the comprehensive data tests in mysql |
this my full log @sherifnada |
Might be related to #3931 |
but it still error for me @etsybaev |
I am having a similar problem, even when using See my troubleshooting report: https://airbytehq.slack.com/archives/C01MFR03D5W/p1636037752111300 Here are my logs: |
cc @tuliren for database reliability issues |
MySQL year is now parsed as a string, instead of a date. See test case here: In the future, we may consider changing a year value to an integer. But currently our internal Json representation only supports |
Hi, i try to replicate data using incremental deduped for the first time in table client_order from Mysql to BigQuery but i got this error, can someone explain whats going on ?
i found this in source MySQL
does that is the problem ?
The text was updated successfully, but these errors were encountered: