Hi, I’m trying to use tap-mongodb, and I already g...
# plugins-general
h
Hi, I’m trying to use tap-mongodb, and I already get some steps done, but I’m stuck in the ‘selection’ and not sure what to do next. 1. I can connecto to database and ‘inspect’ database by using
meltano invoke tap-mongodb -d
2. Not sure what to do with the command `meltano select tap-mongodb --list --all`because does not show much information 3. I’ve tried `meltano elt tap-mongodb target-postgres`but not much success. It does connect but the
Sync Summary
is always empty. Can anyone help get this ‘final’ steps done? Thanks!!