`StartFlowRun` tasks are resulting in failed tasks...
# prefect-community
g
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
experiencing the same issue here with prefect 0.13.19
Hi folks - is anyone else running into a similar error ?
j
this has been fixed in 0.14.0
šŸ™ 1
m
Hi @Jim Crist-Harif - thanks for the quick update