We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
INTEGRATING
ReplicateOperationState
1 parent 17a9887 commit 295014aCopy full SHA for 295014a
1 file changed
weaviate/cluster/models.py
@@ -18,6 +18,7 @@ class ReplicateOperationState(str, Enum):
18
HYDRATING = "HYDRATING"
19
FINALIZING = "FINALIZING"
20
DEHYDRATING = "DEHYDRATING"
21
+ INTEGRATING = "INTEGRATING"
22
READY = "READY"
23
CANCELLED = "CANCELLED"
24
0 commit comments