Paschalis Dimitriou
03/20/2024, 4:13 PMFile "/Desktop/Repositories/chm-etl/.meltano/loaders/target-snowflake/venv/lib/python3.9/site-packages/jsonschema/_keywords.py", line 188, in multipleOf cmd_type=elb consumer=True name=target-snowflake--google producer=False stdio=stderr string_id=target-snowflake--google
failed = instance % dB cmd_type=elb consumer=True name=target-snowflake--google producer=False stdio=stderr string_id=target-snowflake--google
decimal.InvalidOperation: [<class 'decimal.DivisionImpossible'>]
More precisely from table: PERFORMANCE_REPORT_CUSTOM table the position col is causing the issues. I expect that a decimal value of high precision is causing this error.
Any ideas on how to procceed/bypass?
I tried adding a stream_map but i can't round over there as it is not supported.Paschalis Dimitriou
03/21/2024, 10:31 AM