Hello dears, I’m running a tap-postgres into a tar...
# troubleshooting
c
Hello dears, I’m running a tap-postgres into a target-s3-csv. I’m having a problem when it comes to such data:
[{'type': 'property', 'amount': 5332, 'soldPrice': 215000, 'commission': Decimal('2.48'), 'description': "Honoraires de l'agence", 'commissionUnit': 'PERCENT'}]
. The commission Decimal is not understood and I’m having in the end the following error:
Copy code
Object of type 'Decimal' is not JSON serializable
Can you guide me?
b
Is your
tap-postgres
transferwise variant? If it is, their release was no compatible but the fixed. You have to reinstall your tap. I share you a thread, about it. https://meltano.slack.com/archives/C01TCRBBJD7/p1637613452243400
c
Thanks @boggdan_barrientos!