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
After upgraded to 1.3.0, remote.execute stopped working with exception:
...
# We need to manually make a map of the nodes since there is none for single task executions# Assume the first one is the only one.node_mapping= (
{
>task_node_exec[0].id.node_id: FlyteNode(
id=flyte_entity.id,
upstream_nodes=[],
bindings=[],
metadata=NodeMetadata(name=""),
flyte_task=flyte_entity,
)
}
iflen(task_node_exec) >=1else {} # This is for the case where node executions haven't appeared yet
)
ETypeError: __init__() gotanunexpectedkeywordargument'flyte_task'
.tox/py38-test/lib/python3.8/site-packages/flytekit/remote/remote.py:1454: TypeError
Describe the bug
After upgraded to 1.3.0,
remote.execute
stopped working with exception:As commented in flyteorg/flytekit#1348 (comment), it seems to be that PR breaking it during refactoring.
Expected behavior
remote.execute
should workAdditional context to reproduce
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: