Hi! Anybody knows what does this error mean? ```Th...
# troubleshoot
h
Hi! Anybody knows what does this error mean?
Copy code
The field at path '/listRecommendations/modules[4]/content[0]/entity/glossaryTermInfo' was declared as a non null type, but the code involved in retrieving data has wrongly returned a null value. The graphql specification requires that the parent field be set to null, or if that is non nullable that it bubble up null to its parent and so on. The non-nullable type is 'GlossaryTermInfo' within parent type 'GlossaryTerm' (code undefined)
Appears everywhere after glossary ingestion
w
Getting a similar error if I use a “/” (slash) in a term name. (
The field at path '/glossaryTerm/glossaryTermInfo' ...
)
h
I've had this problem, so I removed all slashes from names.
GlossaryTermInfo also includes description. Does it mean that slashes should also be avoided in the description?
I've removed all special characters, still getting this error after I emit datasets with terms connected to them.
m
Hi @wooden-arm-26381 and @handsome-belgium-11927, I am trying to reproduce this and will respond back again.
h
If you tell me, where to look for more detailed logs, I'll be grateful
m
Are you seeing this error when you are calling the graphQL API to attach the term to a dataset ?
h
No, I'm seeing this error in the UI on all the pages after the ingestion. I'm ingesting via python and everything works fine, terms are attached to datasets
m
If you are running locally, you can see some logs on the datahub-gms instance running in docker. But let me also try to get to that state and see whats going on
h
Well, I can see the same error there, just a little more information, but I still can't understand what caused it
m
Could you paste the full stackstrace if there was any?
h
That's what I see in datahub-gms container
👀 1
m
Hi @handsome-belgium-11927, We pushed in the change to make glossaryTermInfo to be a nullable value. So that should fix the error you are seeing. https://github.com/linkedin/datahub/pull/3576
h
Now I'm not getting this error and it is working, thank you! As you know something about glossary, any chance you can help with my previous post? https://datahubspace.slack.com/archives/C029A3M079U/p1636455006250100