Another quick Q, we have meltano map transformer t...
# singer-taps
k
Another quick Q, we have meltano map transformer that does some data type conversions for postgres to snowflake. In that custom transformer we list a bunch of tables that do the transformation. When we get an error like so:
Copy code
2025-11-13T20:55:29.337678Z [info     ] TypeError: int() argument must be a string, a bytes-like object or a real number, not 'NoneType' cmd_type=elb consumer=True job_name=prod:tap-core-db-source-to-target-snowflake-core-db-source:prod name=meltano-map-transformer producer=True run_id=e91286eb-6df0-440c-9a19-8a61a4dc6d7c stdio=stderr string_id=meltano-map-transformer
Is there a way to see which table that was causing this? We can always query through each table that the transformer touches but that does take time. The logs do not tell us which table is causing the error