-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
java.lang.RuntimeException: java.time.format.DateTimeParseException: Text '0' could not be parsed at index 0 #15840
Comments
This seems relevant
|
@mkhokh-33 This is likely to cause a P0 outage, so please take this into implementation ASAP prioritizing above the other issue that you have in review currently. |
@mkhokh-33 it seems the likely culprit is actually related to this PR: https://github.com/airbytehq/airbyte/pull/15504/files since this was not added to the change log but it touched |
@danieldiamond
can you share the schema of the table for which you faced the error and logs from the sync |
We're seeing the same issue on postgres with 1.0.2 connector. Logs attached |
hey @mkhokh-33 FYI, am already working on fixing this. |
Postgres error should be fixed by this PR #15877 |
MySQL error should be fixed by this PR #15917 |
This has been fixed for both postgres (in version 1.0.4) and MySQL (in version 0.6.5), closing the issue |
created issue from @danieldiamond comment ralated to RP - #15504
A couple of people running into issues now
java.lang.RuntimeException: java.lang.RuntimeException: java.time.format.DateTimeParseException: Text '0' could not be parsed at index 0
e.g.
The text was updated successfully, but these errors were encountered: