Marwan Sarieddine
06/04/2021, 2:12 PMMarwan Sarieddine
06/04/2021, 2:13 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 "/usr/local/lib/python3.8/site-packages/prefect/engine/cloud/task_runner.py", line 154, in initialize_run
task_run_info = self.client.get_task_run_info(
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 1399, in get_task_run_info
result = self.graphql(mutation) # type: Any
File "/usr/local/lib/python3.8/site-packages/prefect/client/client.py", line 319, in graphql
raise ClientError(result["errors"])
prefect.utilities.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}}}]
Kevin Kho
Marwan Sarieddine
06/04/2021, 2:14 PMKevin Kho
Marwan Sarieddine
06/04/2021, 2:21 PMKevin Kho
Marwan Sarieddine
06/04/2021, 2:22 PMdavzucky
06/04/2021, 2:26 PMKevin Kho
flow.run
and flow.register
in the same script. It can also happen when you alter the context. It can also happen if you misplace flow.register()
, which happens when some people have functions that do multiple registrationsMarwan Sarieddine
06/04/2021, 2:27 PMMarwan Sarieddine
06/04/2021, 2:27 PMMarwan Sarieddine
06/04/2021, 2:28 PMMarwan Sarieddine
06/04/2021, 2:32 PMKevin Kho
Marwan Sarieddine
06/04/2021, 2:34 PMKevin Kho
Marwan Sarieddine
06/04/2021, 2:35 PMMarwan Sarieddine
06/04/2021, 2:39 PMMarwan Sarieddine
06/04/2021, 2:40 PMKevin Kho