👋
I tried to run a pipeline tap-postgres target-snowflake, but I get the error:
Extraction 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?