You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the code below which invoked a reference_launch_plan called data_launch_plan inside then() branch of conditional, but got KeyError: LAUNCH_PLAN:XXX in compile time. I suspect the issue is due to this https://github.com/flyteorg/flytekit/blob/master/flytekit/remote/remote.py#L364 as node_launch_plans is empty dict from what I saw. And data_launch_plan is working and node_launch_plans is with values when calling it in a normal way.
Describe the bug
I have the code below which invoked a reference_launch_plan called
data_launch_plan
inside then() branch of conditional, but gotKeyError: LAUNCH_PLAN:XXX
in compile time. I suspect the issue is due to this https://github.com/flyteorg/flytekit/blob/master/flytekit/remote/remote.py#L364 asnode_launch_plans
is empty dict from what I saw. Anddata_launch_plan
is working andnode_launch_plans
is with values when calling it in a normal way.Expected behavior
Since this is a TODO, can you plz help to fix this https://github.com/flyteorg/flytekit/blob/master/flytekit/remote/remote.py
Additional context to reproduce
No response
Screenshots
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: