Simon Schmitke
02/02/2024, 1:23 PMExtraction failed code=1 message=ValueError: Out of range float values are not JSON compliant
This is because in my tap table, I have a double precision column with a "inf" value. I have a few of these columns across a couple of tables, so I'll need to repeat the solve a few times.
Has anyone found a workaround for this?Edgar RamÃrez (Arch.dev)
02/02/2024, 4:20 PMEdgar RamÃrez (Arch.dev)
02/02/2024, 4:22 PMSimon Schmitke
02/02/2024, 4:38 PMI'm curious about what the use cases are for this type of dataI'm looking for alternatives to fivetran for our companies production database. We have a few tables that use this logic. Example: Customer is allowed integrations in the amounts of: • 0 • 1 • 2 • 3 • inf So NULL can work and we'll just update some downstream logic in dbt so I think it's fine, but our app works with the
inf
as-is