-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
🐛DATETIME from MySQL not returned as TIMESTAMP on postgres. It returns as text #3865
Comments
Dears I just found that this issue was caused by class JsonSchemaPrimitive do not have corresponging timestamp enum item and this class was used to generated stream of catalog. |
Still an issue in connector version 0.5.1 |
Dears I have created on merge request for fixing this issue. |
This is probably fixed by #15504. Need to verify. |
Hey team! Please add your planning poker estimate with ZenHub @edgao @rodireich @ryankfu @subodh1810 |
Actually we already have unit tests for this. This is fixed by #15504. |
Expected Behavior
Tell us what should happen.
DATETIME from MySQL should end up as TIMESTAMP on postgres
Current Behavior
Tell us what happens instead of the expected behavior.
DATETIME from MySQL should end up as VARCHAR on postgres
Logs
If applicable, please upload the logs from the failing operation. For sync jobs, you can download the full logs from the UI by going to the sync attempt page and clicking the download logs button at the top right of the logs display window.
N/A
Steps to Reproduce
Severity of the bug for you
High
Airbyte Version
Found in the .env file in the root of the project.
0.24.5
Connector Version (if applicable)
Found in the admin page in the UI in the respective Source or Destination tab.
mysql 0.3.3
postgres 0.3.2
Additional context
Environment, version, integration...
#3562
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: