Description
The current Python client implementation has some extra stuff that I think maybe leftover from earlier experiments and should be removed so we don't cause confusion about conformity.
Found when reviewing the sdk-rfc:
cb.lookup_in(docid, SD.get_fulldoc(), SD.get('my.xattr', xattr=True)) |
cb.mutate_in(docid, SD.upsert_fulldoc(docid), SD.upsert('my.xattr', xattr=True)) |
Looking around, I don't see any indication that the get_fulldoc or upsert_fulldoc exist elsewhere.
Will confirm and then remove if needed.
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Brett Lawson [ brett19 ] | Matt Ingenthron [ ingenthr ] |
Status | New [ 10003 ] | Open [ 1 ] |
Assignee | Matt Ingenthron [ ingenthr ] | Ellis Breen [ ellis.breen ] |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Brett Lawson: as sdk-rfc owner, can you confirm? I didn't see this in go or the sdk-rfc. You can assign it back to me or to Michael Goldsmith after confirming.