weaviate / weaviate-python-client

A python native client for easy interaction with a Weaviate instance.
https://weaviate.io/developers/weaviate/current/client-libraries/python.html
BSD 3-Clause "New" or "Revised" License
165 stars 79 forks source link

add Backup cancellation from client #1252

Closed moogacs closed 1 month ago

moogacs commented 2 months ago

there are situations were backup gets stuck and in those situations we would like to cancel the created (stuck) backups.

so Weaviate will support backup cancellation from 1.27+ and in order for clients users to be able to cancel backups

that is the new specification for deleting a backup

Screenshot 2024-08-22 at 16 41 26
moogacs commented 2 months ago

linked issues : https://github.com/weaviate/java-client/issues/297 https://github.com/weaviate/weaviate-go-client/issues/240 https://github.com/weaviate/typescript-client/issues/188

dirkkul commented 1 month ago

this is merged