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
Additionally, it would be good if we could reuse the ReplaceOneModel and UpdateOneModel from the sink signatures,
where currently they are expecting a Tuple2[Bson, Bson] for the updates, and a Tuple2[Bson, Document], we could create a case class respectively to wrap those values in a more idiomatic way.
i.e
Additionally, it would be good if we could reuse the
ReplaceOneModel
andUpdateOneModel
from the sink signatures,where currently they are expecting a
Tuple2[Bson, Bson]
for the updates, and aTuple2[Bson, Document]
, we could create a case class respectively to wrap those values in a more idiomatic way.i.e
The text was updated successfully, but these errors were encountered: