Vitaly Shulgin
12/16/2020, 3:09 PM[2020-12-16 14:48:37,015] ERROR - agent | 400 Client Error: Bad Request for url: <http://prefect-apollo:4200/>
The following error messages were provided by the GraphQL server:
INTERNAL_SERVER_ERROR: Variable "$input" got invalid value null at
"input.tenant_id"; Expected non-nullable type UUID! not to be null.
The GraphQL query was:
mutation($input: get_runs_in_queue_input!) {
get_runs_in_queue(input: $input) {
flow_run_ids
}
}
The passed variables were:
{"input": {"before": "2020-12-16T14:48:36.911186+00:00", "labels": ["talynuc", "any"], "tenant_id": null}}
josh
12/16/2020, 3:12 PMprefect server start
then it will create one for you, otherwise you should create one using something like this CLI command
prefect server create-tenant --name name_here --slug slug_here
Vitaly Shulgin
12/16/2020, 3:16 PMjosh
12/16/2020, 3:17 PMVitaly Shulgin
12/16/2020, 3:18 PM