steep-jackal-21573
01/24/2023, 4:50 PMremote.execute
. Can someone take a look at it? Thank you. https://github.com/flyteorg/flyte/issues/3261steep-jackal-21573
01/24/2023, 4:58 PMsteep-jackal-21573
01/24/2023, 5:01 PMtask_node_exec[0].id.node_id: FlyteNode(
id=flyte_entity.id,
upstream_nodes=[],
bindings=[],
metadata=NodeMetadata(name=""),
task_node=FlyteTaskNode(flyte_entity),
)
thankful-minister-83577
thankful-minister-83577
steep-jackal-21573
01/24/2023, 9:30 PMsteep-jackal-21573
01/24/2023, 9:30 PMwait=True
does not result execution = self.sync_execution(execution, sync_nodes=sync_nodes)
being called in wait
function.steep-jackal-21573
01/24/2023, 9:49 PMtests/test_util/remote_util.py:6: in remote_handle
execution = remote.execute(
/Users/honnix/.pyenv/versions/spotify-flytekit/lib/python3.8/site-packages/flytekit/remote/remote.py:1051: in execute
return self.execute_remote_task_lp(
/Users/honnix/.pyenv/versions/spotify-flytekit/lib/python3.8/site-packages/flytekit/remote/remote.py:1134: in execute_remote_task_lp
return self._execute(
/Users/honnix/.pyenv/versions/spotify-flytekit/lib/python3.8/site-packages/flytekit/remote/remote.py:964: in _execute
return self.wait(execution)
/Users/honnix/.pyenv/versions/spotify-flytekit/lib/python3.8/site-packages/flytekit/remote/remote.py:1381: in wait
execution = self.sync_execution(execution, sync_nodes=sync_nodes)
So setting wait=True
is sufficient to catch this in our case.steep-jackal-21573
02/08/2023, 8:04 AMfreezing-airport-6809
high-accountant-32689
02/08/2023, 4:17 PMsteep-jackal-21573
02/08/2023, 4:22 PMhigh-accountant-32689
02/10/2023, 6:29 PM