:wave: Hello team! I’m struggling to come up with ...
# troubleshoot
n
👋 Hello team! I’m struggling to come up with a graphql query to retrieve dataset with some health problem… has someone already used this kind of query?
d
Hello @nice-country-99675; which kind of health problem are you trying to detect?
n
Thanks @delightful-ram-75848 for reaching out! I was actually trying to check the property
Health
https://datahubproject.io/docs/graphql/objects/#health. Like give me all dataset with HealthStatus WARN or ERROR… something like that. I’m using great expectations to run some validations over our datasets, and I would like to have a place where analysts can check all dataset with some issues…
l
Hi @nice-country-99675, I am able to retrieve the health status using
queries
, but I can not find the
mutation
payload documentation to change the value
n
Thanks @ripe-sunset-20897 for your reply!… I’m no trying to mutate de value, just get the list of dataset with problems
l
And how exactly do you change the health value?, Are you using a managed Datahub or a self hosted one?
n
I’m using Great Expectations to validate our datasets as part of our ELTs…
as part of the validations GE pushes the status of the datasets to datahub
l
Ahhhh, thanks for the information
n
no problem! do you mind sharing your query so I can take a look?