When I go to the UI page from BigQuery Platform, t...
# ingestion
r
When I go to the UI page from BigQuery Platform, the following error occurred.
Copy code
The field at path '/searchAcrossEntities/searchResults[0]/entity' 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 'Entity' within parent type 'SearchResult' The field at path '/searchAcrossEntities/searchResults[1]/entity' 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 'Entity' within parent type 'SearchResult' The field at path '/searchAcrossEntities/searchResults[2]/entity' 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 'Entity' within parent type 'SearchResult'
b
Oh dear- which version of DataHub are you running? You can check via
datahub --version
I'm looking into this one now. This occurs when you click on "BigQuery" from the home page?
r
acryl-datahub, version 0.8.26.3
b
Does this occur when you click on BigQuery from the homepage? Can you confirm that your server is on the same versin? You can see it inside the UI
r
on the UI, it is 0.1.48
I encounter this issue after I did a hard delete of a empty container
right now, I have rolled back to a workable run-id
I do not see the same error temporarily
b
Okay thanks for the info
I bet this has to do with the child trying to fetch its parent container -- doing a hard entity delete will not garbage collect the previous references to the entity
ie relationships it may have had