Martim Lobao
07/29/2022, 5:17 PMFailed to retrieve task state with error: ClientError([{'path': ['get_or_create_task_run_info'], 'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 101}], 'path': None}}}])
Traceback (most recent call last):
File "/root/.pex/venvs/s/fb4b0edf/venv/lib/python3.9/site-packages/prefect/engine/cloud/task_runner.py", line 154, in initialize_run
task_run_info = self.client.get_task_run_info(
File "/root/.pex/venvs/s/fb4b0edf/venv/lib/python3.9/site-packages/prefect/client/client.py", line 1798, in get_task_run_info
result = self.graphql(mutation) # type: Any
File "/root/.pex/venvs/s/fb4b0edf/venv/lib/python3.9/site-packages/prefect/client/client.py", line 569, in graphql
raise ClientError(result["errors"])
prefect.exceptions.ClientError: [{'path': ['get_or_create_task_run_info'], 'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'extensions': {'code': 'INTERNAL_SERVER_ERROR', 'exception': {'message': 'Expected type UUID!, found ""; Could not parse UUID: ', 'locations': [{'line': 2, 'column': 101}], 'path': None}}}]
this might be related to a change we made to the flow: we now have a more recent version of the flow, and the failed flow is an older versionBianca Hoch
07/29/2022, 5:47 PMMartim Lobao
07/29/2022, 5:49 PMMartim Lobao
07/29/2022, 5:49 PMBianca Hoch
07/29/2022, 6:50 PMMartim Lobao
08/09/2022, 3:27 PM