Releases: z3z1ma/tap-mongodb
Releases · z3z1ma/tap-mongodb
v0.3.1
Full Changelog: v0.1.0...0.3.1
Lots of clean up, updates, and schema inference to round out the feature set. Additionally upgrading to the latest version of the SDK. The changelog will speak more to the changes. I also fixed a bug where we would try to replicate a stream without first verifying if the authenticating mongo account had access. We now validate access during catalog discover by using find_one
inside a try:
block.