Skip to content

Commit 522e1ff

Browse files
authored
feat: return backup size on backup status (#1924)
1 parent 93b7c18 commit 522e1ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

weaviate/backup/backup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class BackupStatusReturn(BaseModel):
8484
status: BackupStatus
8585
path: str
8686
backup_id: str = Field(alias="id")
87+
size: float = Field(default=0)
8788

8889

8990
class BackupReturn(BackupStatusReturn):

0 commit comments

Comments
 (0)