Ian OLeary
09/03/2024, 3:03 PMjsonschema.exceptions.ValidationError: Decimal('-0.0033000000000000004') is not a multiple of 1E-17
when trying to run tap-mssql target-snowflake. What is causing this? Do float type numbers just cause issues like this?visch
09/03/2024, 3:12 PMvisch
09/03/2024, 3:15 PMvisch
09/03/2024, 3:17 PMIan OLeary
09/03/2024, 3:27 PMIan OLeary
09/03/2024, 3:34 PMIan OLeary
09/03/2024, 3:37 PMValidate Records (validate_records)
Environment variable: TARGET_SNOWFLAKE_VALIDATE_RECORDS
Default Value: false
Validate every single record message to the corresponding JSON schema. This option is disabled by default and invalid RECORD messages will fail only at load time by Snowflake. Enabling this option will detect invalid records earlier but could cause performance degradation.
I see that for the transferwise variant there's this setting. Is this what I'm looking for? I'm currently using the default snowflake targethaleemur_ali
09/03/2024, 4:33 PMhaleemur_ali
09/03/2024, 4:33 PMIan OLeary
09/05/2024, 7:01 PM