Error messages when clicking on 'Lineage' tab for a table in Datahub

Original Slack Thread

Hello. I’m really not sure if I should post this under the all-things-deployment or ingestion channel. Finally decided to ask it here since this issue is after ingestion.

When the ‘Lineage’ tab of a table is clicked, it shows these error messages “An unknown error occurred. (code 500)” and “Failed to load results! An unexpected error occurred”.

Using the UI for ingestion and the Datahub version is 0.12.0. The data source is Redshift. It is running using Docker.

This log is from the GMS container.

result: {errors=[{message=An unknown error occurred., locations=[{line=2, column=3}], path=[searchAcrossLineage], extensions={code=500, type=SERVER_ERROR, classification=DataFetchingException}}], data={searchAcrossLineage=null}, extensions={tracing={version=1, startTime=2023-11-16T05:21:47.929280Z, endTime=2023-11-16T05:21:47.946235Z, duration=16959018, parsing={startOffset=3934187, duration=3887532}, validation={startOffset=12525530, duration=8563090}, execution={resolvers=[{path=[searchAcrossLineage], parentType=Query, returnType=SearchAcrossLineageResults, fieldName=searchAcrossLineage, startOffset=12683470, duration=3545461}]}}}}, errors: [DataHubGraphQLError{path=[searchAcrossLineage], code=SERVER_ERROR, locations=[SourceLocation{line=2, column=3}]}]

Hey there! :wave: Make sure your message includes the following information if relevant, so we can help more effectively!

  1. Are you using UI or CLI for ingestion?
  2. Which DataHub version are you using? (e.g. 0.12.0)
  3. What data source(s) are you integrating with DataHub? (e.g. BigQuery)

This seems pretty unexpected - were there any additional logs from GMS before that final error?

For the urn that was causing the issues, could you try running datahub get --urn <urn> and pasting the results here?