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
Details: failed to compile workflow for [resource_type:WORKFLOW project:"scratch" domain:"main" name:"flyte_playground.map_launchplan.map_wf" version:"767711eb9510a25f9b7512cd"] with err: Collected Errors: 2
Error 0: Code: MismatchingTypes, Node Id: end-node, Description: The output variable 'my_lp.o0' has type [simple:INTEGER], but it's assigned to the input variable 'o0' which has type type [collection_type:{simple:INTEGER}].
Error 1: Code: MismatchingTypes, Node Id: n0, Description: The output variable 'nums' has type [collection_type:{simple:INTEGER}], but it's assigned to the input variable 'my_lp.x' which has type type [simple:INTEGER].
Describe the bug
The API suggests that
map_task
supports a launchplan. However, if I try the following, I get typing errors:Upon registration, I get the following errors:
May be related to #5684
Expected behavior
Should be registered fine.
Additional context to reproduce
Flytekit
1.14.6
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: