Skip to content

Commit

Permalink
adjust from_flyte_idl
Browse files Browse the repository at this point in the history
Signed-off-by: Iaroslav Ciupin <[email protected]>
  • Loading branch information
iaroslav-ciupin committed Sep 21, 2023
1 parent 80720d0 commit 4f97c87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/models/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,7 @@ def from_flyte_idl(cls, p):
overwrite_cache=p.overwrite_cache,
envs=_common_models.Envs.from_flyte_idl(p.envs) if p.HasField("envs") else None,
tags=p.tags,
cluster_assignment=ClusterAssignment(cluster_pool=p.cluster_pool_name) if p.cluster_pool_name else None,
)


Expand Down

0 comments on commit 4f97c87

Please sign in to comment.