Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit 78c640b

Browse files
committed
updated state diagram
1 parent 4ceab60 commit 78c640b

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

google/cloud/bigtable/data/_metrics/data_model.py

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,19 +66,19 @@ class OperationState(Enum):
6666
"""Enum for the state of the active operation.
6767
6868
┌───────────┐
69-
│ CREATED │
70-
└─────┬─────┘
71-
72-
73-
┌▶ ACTIVE_ATTEMPT ───┐
74-
│ │ │
75-
│ ▼ │
76-
└─ BETWEEN_ATTEMPTS │
77-
│ │
78-
79-
┌───────────┐ │
80-
│ COMPLETED │ ◀─────┘
81-
└───────────┘
69+
│ CREATED │────────┐
70+
└─────┬─────┘
71+
72+
73+
┌▶ ACTIVE_ATTEMPT ───┐
74+
│ │ │
75+
│ ▼ │
76+
└─ BETWEEN_ATTEMPTS │
77+
│ │
78+
││
79+
┌───────────┐ │
80+
│ COMPLETED │ ◀─────┘
81+
└───────────┘ ◀──────┘
8282
"""
8383

8484
CREATED = 0

0 commit comments

Comments
 (0)