I’m getting the following error from a `tap-mongod...
# plugins-general
a
I’m getting the following error from a
tap-mongodb
to
target-postgres
pipe:
Copy code
target_postgres.exceptions.SingerStreamError: ('Invalid records detected above threshold: 0. See `.args` for details.'
I believe this my be an instance of this issue: https://github.com/datamill-co/target-postgres/issues/114 - where target-postgres doesn’t support
anyOf
types? Curious for any approaches to follow here. I imagine that has something to do with trying to extract varying nested structures from mongo into postgres, and therefore more explicit
meltano select
logic may be in order?