You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
I am extracting data from MySql (tap-mysql) and using your version of target-s3-parquet to load my data into a bucket in S3.
There is a validation step which is choking on the data and I'm not clear why. Can you explain what causes this unexpected error and how it can be avoided.
I took a look around and it seems the jsonschema library implementation is broken for Floats and the way to go is to use Decimal. Discussion here. https://gitlab.com/meltano/target-csv/-/issues/3
Hi @ian-lewis-d, thanks for raising an issue. This validation step is part of the code generated by the Meltano SDK. However, it seems as though it can be fixed in the target's code, as has been done in this pr for target-postgres.
Hi @ian-lewis-d , I will close this issue now as it seems as though it is not possible to fix this issue in the target's code, and should be fixed in the meltano-sdk code instead. Another alternative was to use a mapper an cast the floats to a decimal or some other datatype that is not affected by the floating point inaccuracy.
Hi,
I am extracting data from MySql (tap-mysql) and using your version of
target-s3-parquet
to load my data into a bucket in S3.There is a validation step which is choking on the data and I'm not clear why. Can you explain what causes this unexpected error and how it can be avoided.
The text was updated successfully, but these errors were encountered: