hi guys, posted an issue on github, anyone can hel...
# troubleshooting
s
hi guys, posted an issue on github, anyone can help me with the incremental state ? https://github.com/meltano/meltano/issues/6623
p
@santiago_cotto I saw you updated the hub to fix this, thanks! I'm curious if you evaluated the singer-io variant vs transferwise while you were working on this. Right now singer-io is the default variant but I've heard a fair amount of community members choosing the transferwise variant, I'd like to make that the recommended default if its the best option. Do you have any insight you can share? What were the reasons you chose transferwise over singer-io?
s
hi, yes, the default one dosen’t support some important options for mongodb authentication
one example is the usage of
mongodb+srv
also a
authSource
different than the database you want to get data
that’s quite normal for any mongodb deployment
usually auth goes into a
admin
database and you use another for storing data
p
@santiago_cotto thanks for the feedback! I changed the default variant to be transferwise in https://github.com/meltano/hub/pull/727. If you have a minute and wanted to help review or test it out, you can take a look at the hub page and make sure it all makes sense and if you run a
meltano lock tap-mongodb --update
(lock docs) it should pull in the change from the hub to your project. Let me know if you test it out and see any bugs or if the hub page isnt clear!