I have a problem with a tap-clickhouse to target-s...
# troubleshooting
v
I have a problem with a tap-clickhouse to target-snowflake connection. There is a large table (4.6 million rows) that just hangs and uses infinite memory.
r
Have you isolated it down to a tap or target issue? I would presume tap. Maybe it's trying to load the entire table into a Python object?
v
I am guessing it's a tap issue.
It never tries to run the target, it just hangs on the tap-side of things.
I assume that what its doing is loading the entire table, instead of paginating it. But the question is, how to fix this?
r
Probably open an issue here: https://github.com/akurdyukov/tap-clickhouse/issues or fork and fix it yourself. Repo looks actively maintained so I would reach out regardless.
You can update your project to reference your fork by changing the
pip_url
, if you don't want to wait.
1