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 list from client #1253

Open moogacs opened 2 months ago

moogacs commented 2 months ago

there are situations were we are not aware what is the current backup ID in order to make that available to the users

so Weaviate will support backup list from 1.27+ and in order for clients users to be able to list backups in progress without providing ID

that is the new specification for backup list

Screenshot 2024-08-22 at 16 46 12
moogacs commented 2 months ago

linked issues: https://github.com/weaviate/java-client/issues/298 https://github.com/weaviate/weaviate-go-client/issues/241 https://github.com/weaviate/typescript-client/issues/189