Gopal Vashishtha
10/12/2023, 1:15 AMcache=False
on the mapped task
2. bumping the cache version from "0.1" to "0.2" on the mapped taskJay Ganbat
10/12/2023, 2:43 AMKetan (kumare3)
Gopal Vashishtha
10/12/2023, 4:53 AM@task
def t(a: int) -> int:
return a + 1
@dynamic
def t_wrapper(xs: List[int]) -> None:
map_task(t)(a=xs)
@workflow
def experimental_map_task(xs: List[int]) -> None:
t_wrapper(xs=xs)
Samhita Alla
Gopal Vashishtha
10/12/2023, 8:04 AMError 0: Code: ParameterNotBound, Node Id: end-node, Description: Parameter not bound [o0]. Error 1: Code: ValueRequired, Node Id: n2, Description: Value required [Target]. Error 2: Code: ValueRequired, Node Id: n3, Description: Value required [Target]. Error 3: Code: VariableNameNotFound, Node Id: n2, Description: Variable [o0] not found on node [n2]
Samhita Alla
Gopal Vashishtha
10/12/2023, 2:52 PMSamhita Alla
Dan Rammer (hamersaw)
10/16/2023, 2:57 PMKetan (kumare3)
Dan Rammer (hamersaw)
10/16/2023, 3:07 PMKetan (kumare3)
Dan Rammer (hamersaw)
10/16/2023, 4:16 PMKetan (kumare3)
Gopal Vashishtha
10/19/2023, 3:17 AMflytectl register
Ketan (kumare3)
Dan Rammer (hamersaw)
10/19/2023, 1:12 PM