taylor_barstow
11/12/2023, 2:30 PMValidationError: 92.6 is not a multiple of 0.1
I found some discussion of this issue here and it sounds like the best approach is to convert floats to decimals prior to validation.
The target in question relies on meltano/sdk to validate incoming records, so it seemed like a good idea to handle the conversion from floats to decimals within meltano/sdk, allowing developers to rely on meltano/sdk in this way while also handling this nuance.
I made a PR and while there were a few checks that failed, I wanted to surface this and check in about the overall approach. Is this a PR you all would be supportive of, assuming I get all checks to pass etc? Any other feedback?edgar_ramirez_mondragon
11/13/2023, 2:38 PMtaylor_barstow
11/13/2023, 2:38 PM