https://prefect.io logo
g

Gabriel Montañola

11/27/2020, 4:57 PM
StartFlowRun
tasks are resulting in failed tasks for me since
0.13.17
in Prefect Cloud prefect cloud
Copy code
Unexpected error: ClientError([{'path': ['user'], 'message': 'field "user" not found in type: \'query_root\'', 'extensions': {'path': '$.selectionSet.user', 'code': 'validation-failed', 'exception': {'message': 'field "user" not found in type: \'query_root\''}}}])
Is this related somehow with https://github.com/PrefectHQ/prefect/pull/3692?
The
StartFlowRun
task fails, but the selected Flow for the task runs. I've reverted to
.16
and it's OK for now.
m

Marwan Sarieddine

12/17/2020, 9:56 PM
experiencing the same issue here with prefect 0.13.19
Hi folks - is anyone else running into a similar error ?
j

Jim Crist-Harif

12/17/2020, 9:59 PM
this has been fixed in 0.14.0
🙏 1
m

Marwan Sarieddine

12/17/2020, 9:59 PM
Hi @Jim Crist-Harif - thanks for the quick update