Hello all, I'm using tap-stripe and target-postgre...
# troubleshooting
i
Hello all, I'm using tap-stripe and target-postgresql meltano labs variant and the export fails with a broken pipe error. What could be the issue here?
I attach the log file
meltano invoke target-postgres --version 2024-01-16T150152.985521Z [info ] Environment 'dev' is active target-postgres v[could not be detected], Meltano SDK v0.34.1
a
Are you using the default Stitch data variant of
tap-stripe
?
i
Hello @Andy Carter yes I'm using the default variant of stripe
- name: tap-stripe
variant: singer-io
pip_url: git+<https://github.com/singer-io/tap-stripe.git>
Is there an issue with that ?
In my understanding as both works with the same spec it should work or am I wrong ?
a
The error seems to suggest that a dict object is being sent to sqlalchemy directy. Can you try a target like
jsonl
to output some files locally to json? Do you get the same issue?
i
Sorry for not coming back earlier - I tested another stripe variant and it worked with that one https://hub.meltano.com/extractors/tap-stripe--prratek/
it went smoothly into the postgres target