Michael Hadorn
02/11/2021, 4:26 PMprefect.utilities.exceptions.ClientError: 400 Client Error: Bad Request for url: <http://host.docker.internal:4200/graphql>
The following error messages were provided by the GraphQL server:
INTERNAL_SERVER_ERROR: Variable "$input" got invalid value null at
"input.states[0].task_run_id"; Expected non-nullable type UUID! not to be null.
The GraphQL query was:
mutation($input: set_task_run_states_input!) {
set_task_run_states(input: $input) {
states {
status
message
id
}
}
}
The passed variables were:
{"input": {"states": [{"state": {"message": "Starting task run.", "cached_inputs": {}, "context": {"tags": []}, "_result": {"__version__": "0.14.6", "type": "NoResultType"}, "__version__": "0.14.6", "type": "Running"}, "task_run_id":
null, "version": null}]}}
locally and also with the local agent on the ui server it's working.Zanie
Michael Hadorn
02/11/2021, 5:08 PMZanie
Michael Hadorn
02/11/2021, 5:10 PMZanie
Michael Hadorn
02/11/2021, 5:13 PMZanie
Michael Hadorn
02/11/2021, 5:15 PMprefecthq/prefect:0.14.6-python3.8
Zanie
Michael Hadorn
02/12/2021, 3:34 PM