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
Python HL SDK: use IfNoneMatch to support conditional write (aka exclusive creation)
Closes#7505.
This replaces existing obj.exists() check with conditional writes with 'IfNoneMatch: *'.
I have tried to maintain compat in terms of error raised, by raising `ObjectExistsError` on pre-condition failure.
0 commit comments