You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.
i would like to use this plugin in google cloud data fusion as a sink. As i see this lib work only with insert.
Is is possible to use upsert?
Can i give somehow few columns and when the values of these columns are equal than update the row and not inserting a new one?
(Maybe with this one https://api.mongodb.com/hadoop/r2.0.0/core/com/mongodb/hadoop/io/MongoUpdateWritable.html? )
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
i would like to use this plugin in google cloud data fusion as a sink. As i see this lib work only with insert.
Is is possible to use upsert?
Can i give somehow few columns and when the values of these columns are equal than update the row and not inserting a new one?
(Maybe with this one https://api.mongodb.com/hadoop/r2.0.0/core/com/mongodb/hadoop/io/MongoUpdateWritable.html? )
Thanks
The text was updated successfully, but these errors were encountered: