Anyone run into something like this using the Melt...
# troubleshooting
j
Anyone run into something like this using the Meltano SDK target (specifically snowflake one)
Copy code
TypeError: Object of type Decimal is not JSON serializable
more logs in 🧵 I'm not able to reproduce this with something like
target-jsonl
Copy code
...
  extractors:
  - name: tap-oracle
    pip_url: git+<https://github.com/christianelliott/pipelinewise-tap-oracle.git>
...
  loaders:
  - name: target-snowflake
    variant: meltanolabs
    pip_url: meltanolabs-target-snowflake
...
logs :3
I suspect this may be result of fixing https://github.com/MeltanoLabs/target-snowflake/issues/66#event-9767450713 Can't say for sure, tho.
p
I commented in the github issue. Also are you using the latest 0.3.2 release?