Does anyone happen to know if there is a more stab...
# plugins-general
a
Does anyone happen to know if there is a more stable variant of
tap-mongodb
than the
singer-io/tap-mongodb
one?
a
I’ve not used it, but it looks like we have a transferwise variant listed on the hub: MongoDB Singer tap | MeltanoHub
Looks like it’s active based on last push date:
a
So far so good w/ this variant. I can’t speak to all its features, but it seems much more tolerant to various mongo data types than the current default variant.
y
Hi, I’m trying to use the transferwise variant, but I’m getting this error.
Copy code
(.venv) ➜  mongo-to-pg meltano add extractor tap-mongodb --variant transferwise
Extractor 'tap-mongodb' variant 'transferwise' is not known to Meltano. Variants: singer-io (default)
Seems like it is not in the
discovery.yml
here so i have to manually add a
discovery.yml
to my project root?