Skip to content

Commit 9716cd6

Browse files
committed
feat: add new models for custom ticket handling and metrics in the Python client
1 parent 384d638 commit 9716cd6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

onelens_backend_client_v2/models.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13444,6 +13444,11 @@ class TaskConfig(BaseModel):
1344413444
payload: Dict[str, str] = Field(
1344513445
..., description="S3 configuration for the task", title="Payload"
1344613446
)
13447+
cloud_provider: Optional[str] = Field(
13448+
None,
13449+
description="Cloud provider for the cluster: 'aws' or 'azure'",
13450+
title="Cloud Provider",
13451+
)
1344713452

1344813453

1344913454
class Tenant(BaseModel):

0 commit comments

Comments
 (0)