Hello, trying to test meltano. When using with tap...
# troubleshooting
k
Hello, trying to test meltano. When using with tap-hubspot airbyte variant, after setting it up, running
meltano config tap-hubspot test
results in
Separator is found, but chunk is longer than limit
How can this be resolved?
Could probably extend the limit and be good to go
e
PRs welcome on that btw!
k
Thank you for the request. I ended up changing the limit stated in
/usr/lib64/python3.9/asyncio/streams.py
to
_DEFAULT_LIMIT = 2 ** 17
and now I can continue, but of course, this would be a hack for now.