Hi, I'm currently testing the stripe tap, running ...
# troubleshooting
p
Hi, I'm currently testing the stripe tap, running into a transform/schema error on plan tiers, anyone seen this before?
t
Hi @petterw can you share what commands you’re running and some of the log output?
p
Untitled
it was from a stripe -> postgres pipeline triggered in the UI, but I believe I saw the same earlier when I did a meltano elt in the shell as well.
there is a bit more, but there was customer data there so I decided to hold off cleaning that until needed
t
oh interesting so the data coming through is quoted instead of being an integer. but it looks like the field name “knows” that since it’s got `_decimal`in there
so you should be able to override the schema from the command line https://meltano.com/docs/plugins.html#extractors
p
Thanks. I will try that. Kind of strange that the schema (probably) works for everyone else but our data ends up quoted, I don't think there is anything special with our Stripe account that would make it so. Maybe the tiered pricing is not very popular (sounds unlikely again, but who knows).