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
Add UpdatePayload and DeleteRequest to arcticdb. import path (#2664)
#### Reference Issues/PRs
<!--Example: Fixes#1234. See also #3456.-->
#### What does this implement or fix?
* Moved `UpdatePayload` and `DeleteRequest` to `arcticdb` import.
* Updated the docs so that `UpdatePayload` and `DeleteRequest` are
clickable
* Added docstrings to `UpdatePayload`
Proof
* Now showing `arcticdb.` import on hover
<img width="1243" height="563" alt="image"
src="https://github.com/user-attachments/assets/ea5dc467-5ba9-4f53-a16c-a81f89239a6d"
/>
* Clicking it shows the docstrings for the structure
Same for DeleteRequest
0 commit comments