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 17b947eCopy full SHA for 17b947e
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