Tom Baldwin
05/12/2022, 9:25 PMVariable "$input" got invalid value null at "input.tenant_id"; Expected non-nullable type UUID! not to be null.
I searched the community and saw some recent discussion about tenant_id
in this forum related to the 1.0 release, but none in this exact context I think. Do I need to install a newer version of Prefect, or click an older version of the secret link, to make this work?Kevin Kho
05/13/2022, 1:28 PMTom Baldwin
05/13/2022, 4:55 PMKevin Kho
05/13/2022, 5:06 PMTom Baldwin
05/13/2022, 8:19 PMv2.1.1
of Hasura. Does that mean I should try setting the HASURA_GRAPHQL_V1_BOOLEAN_NULL_COLLAPSE
environment variable?Kevin Kho
05/13/2022, 8:26 PMTom Baldwin
05/13/2022, 8:27 PMprefect/cli/docker-compose.yml
.Kevin Kho
05/13/2022, 8:34 PMTom Baldwin
05/13/2022, 8:43 PMKevin Kho
05/13/2022, 9:39 PMTom Baldwin
05/13/2022, 9:56 PMKevin Kho
05/13/2022, 9:59 PMquery {
tenant {
id
name
}
}
Assuming you have an id, I think this is an issue with the webhookTom Baldwin
05/16/2022, 5:35 PM{
"data": {
"tenant": [
{
"id": "ba245c42-e7bf-46ff-a879-fee1ef3f0a8d",
"name": "default"
}
]
}
}
Kevin Kho
05/20/2022, 7:15 PMTom Baldwin
05/23/2022, 9:46 PMv2.1.1
and this is running via docker-compose.Kevin Kho
05/23/2022, 9:48 PM