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
I am encountering json schema validation errors with floating point values.
I have tried converting the problematic fields to String using stream maps but it appears to have zero effect.
Can you suggest any way around this issue?
I've seen a solution, where floats are converted to Decimal, from Edgar Ramirez that was pushed to the Singer SDK but it appears target-singer-jsonl does not use the SDK.
The text was updated successfully, but these errors were encountered:
@ian-lewis-d I'm not 100% sure this fixes it so you'd have to test but I created a PR to match the fix from the SDK #16.
You can test locally by updating your meltano.yml pip_url to git+https://github.com/pnadolny13/target-singer-jsonl.git@patch-1 then running meltano install loader target-singer-jsonl --clean.
Hi,
I am encountering json schema validation errors with floating point values.
I have tried converting the problematic fields to String using stream maps but it appears to have zero effect.
Can you suggest any way around this issue?
I've seen a solution, where floats are converted to Decimal, from Edgar Ramirez that was pushed to the Singer SDK but it appears
target-singer-jsonl
does not use the SDK.The text was updated successfully, but these errors were encountered: