In case someone stumbles on ```Failed validating '...
# troubleshooting
j
In case someone stumbles on
Copy code
Failed validating 'multipleOf' in schema..
while using MeltanoLab's
target-snowflake
, please see Failed validating 'multipleOf' #66 🙏
i
I have also encountered this error when using
target-s3-parquet
a fix to the meltano-sdk has been suggested by @edgar_ramirez_mondragon. I'll try to find the link to the issue.
e
I got a PR to fix this in the SDK: https://github.com/meltano/sdk/pull/1809
i
I'm encountering this issue in
target-singer-jsonl
I've tried using stream maps to convert the field to a string but it still fails.
e
That loader doesn't use the singer SDK, so this line has to be updated to use parse_float=decimal.Decimal.
i
Thank you @edgar_ramirez_mondragon!