-
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
🐛 DB to DW: Large numerical fields are exported as Float like scientific numbers. #12057
Comments
Related to #9590. |
It still happens with Postgres Source connector version |
Hey team! Please add your planning poker estimate with ZenHub @tuliren @edgao @noahkawasaki-airbyte |
Issue was linked to Harvestr Discovery: Improve DB/DW data mappings |
should be fixed as of #14362 - could you give it a try? |
@edgao unfortunately the issue is still present for mongo -> bigquery (#9590 (comment)). |
Environment
Current Behavior
Large numerical fields like BIGINT, BIG SERIAL and probably others are converted to float and presented in scientific notation. This makes the IDs unusable. My guess is that this happens during Avro conversions.
Expected Behavior
Numbers should keep their original value. If they are float, they should keep the same precision. In this case, they are integers, and its event more critical that they keep their values.
Steps to Reproduce
Example:
The text was updated successfully, but these errors were encountered: