Skip to content

Commit 295014a

Browse files
authored
Add INTEGRATING enum to ReplicateOperationState (#2085)
1 parent 17a9887 commit 295014a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

weaviate/cluster/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ class ReplicateOperationState(str, Enum):
1818
HYDRATING = "HYDRATING"
1919
FINALIZING = "FINALIZING"
2020
DEHYDRATING = "DEHYDRATING"
21+
INTEGRATING = "INTEGRATING"
2122
READY = "READY"
2223
CANCELLED = "CANCELLED"
2324

0 commit comments

Comments
 (0)