Skip to content

Commit bfabdbb

Browse files
Merge pull request #89 from astuto-ai/connection_type_updated
chonnection type changed
2 parents 9995cd5 + 7942a47 commit bfabdbb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

onelens_backend_client_v2/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -986,6 +986,7 @@ class ConnectionType(str, Enum):
986986
MAIN = "MAIN"
987987
REPLICA = "REPLICA"
988988
CLICKHOUSE = "CLICKHOUSE"
989+
CLICKHOUSE_REPLICA = "CLICKHOUSE_REPLICA"
989990

990991

991992
class ContainerUtilizationDataPoint(BaseModel):

0 commit comments

Comments
 (0)