Troubleshooting Missing Glossary in DataHub UI

Original Slack Thread

<@U06TM7M40RK> I got this log when I ingest recipe, But I can’t find it in my UI glossary.
Source (datahub-business-glossary) report:
{‘event_not_produced_warn’: True,
‘events_produced’: 10,
‘events_produced_per_sec’: 7,
‘entities’: {‘glossaryNode’: [‘urn:li:glossaryNode:614365eaa7f821cabd81f2a8956728bc’, ‘urn:li:glossaryNode:271c10952655b57d3e33284c58eaf83a’],
‘glossaryTerm’: [‘urn:li:glossaryTerm:82d3a0afa2f82377940aa8914d93ba34’,
‘urn:li:glossaryTerm:80e629468e07e38de3008900262c17d7’,
‘urn:li:glossaryTerm:a020dfa28327414c11f8e16a2fb4e9fe’]},
‘aspects’: {‘glossaryNode’: {‘glossaryNodeInfo’: 2, ‘ownership’: 2, ‘status’: 2},
‘glossaryTerm’: {‘glossaryTermInfo’: 3, ‘ownership’: 3, ‘status’: 3}},
‘aspect_urn_samples’: {‘glossaryNode’: {‘glossaryNodeInfo’: [‘urn:li:glossaryNode:614365eaa7f821cabd81f2a8956728bc’,
‘urn:li:glossaryNode:271c10952655b57d3e33284c58eaf83a’],
‘ownership’: [‘urn:li:glossaryNode:614365eaa7f821cabd81f2a8956728bc’,
‘urn:li:glossaryNode:271c10952655b57d3e33284c58eaf83a’],
‘status’: [‘urn:li:glossaryNode:271c10952655b57d3e33284c58eaf83a’,
‘urn:li:glossaryNode:614365eaa7f821cabd81f2a8956728bc’]},
‘glossaryTerm’: {‘glossaryTermInfo’: [‘urn:li:glossaryTerm:82d3a0afa2f82377940aa8914d93ba34’,
‘urn:li:glossaryTerm:80e629468e07e38de3008900262c17d7’,
‘urn:li:glossaryTerm:a020dfa28327414c11f8e16a2fb4e9fe’],
‘ownership’: [‘urn:li:glossaryTerm:82d3a0afa2f82377940aa8914d93ba34’,
‘urn:li:glossaryTerm:80e629468e07e38de3008900262c17d7’,
‘urn:li:glossaryTerm:a020dfa28327414c11f8e16a2fb4e9fe’],
‘status’: [‘urn:li:glossaryTerm:80e629468e07e38de3008900262c17d7’,
‘urn:li:glossaryTerm:82d3a0afa2f82377940aa8914d93ba34’,
‘urn:li:glossaryTerm:a020dfa28327414c11f8e16a2fb4e9fe’]}},
‘start_time’: ‘2025-04-17 11:17:17.813789 (1.41 seconds ago)’,
‘running_time’: ‘1.41 seconds’,
‘failures’: ,
‘warnings’: ,
‘infos’: }
Sink (datahub-rest) report:
{‘total_records_written’: 13,
‘records_written_per_second’: 8,
‘warnings’: ,
‘failures’: ,
‘start_time’: ‘2025-04-17 11:17:17.780088 (1.45 seconds ago)’,
‘current_time’: ‘2025-04-17 11:17:19.228815 (now)’,
‘total_duration_in_seconds’: 1.45,
‘mode’: ‘ASYNC_BATCH’,
‘max_threads’: 15,
‘gms_version’: ‘v1.0.0rc3’,
‘pending_requests’: 0,
‘async_batches_prepared’: 1,
‘async_batches_split’: 0,
‘main_thread_blocking_timer’: ‘1.069 seconds’}

Based on the logs you provided, it seems that the ingestion process for the business glossary was completed successfully, as indicated by the total_records_written and the absence of failures or warnings in the Sink (datahub-rest) report. However, you mentioned that you cannot find the glossary in the UI.

Here are a few steps you can take to troubleshoot this issue:

  1. Check DataHub UI: Ensure that you are looking in the correct section of the DataHub UI. Glossary terms and nodes should be visible under the “Glossary” section.

  2. Verify URNs: Use the URNs provided in the logs to directly query the DataHub backend to verify if the glossary terms and nodes exist. You can use the DataHub CLI or API to perform this check.

  3. UI Refresh: Sometimes, the UI might not reflect the latest changes immediately. Try refreshing the page or clearing the cache to see if the glossary terms appear.

  4. Check for Errors in UI: Look for any error messages or logs in the DataHub UI that might indicate issues with displaying the glossary terms.

  5. Version Compatibility: Ensure that the version of DataHub you are using is compatible with the features you are trying to use. The logs indicate a gms_version of v1.0.0rc3, so make sure your UI and backend are on compatible versions.

If you need more detailed assistance, please let me know, and I can guide you through additional troubleshooting steps.

Sources:

Hi <@U08BHS0LE2X>, how did my answer work out for you? Need any more assistance? You can also tag <@U07FV3UHE4D> to let your fellow community members know you’re still looking for guidance.

Hi :slight_smile: ! Did this interaction resolve your issue or do you still require assistance ?

Please tag @ RunLLM if you still need further assistance !

Or tag @Datahub Community Support if you require a person to take a look :slight_smile:

Hope this helps ! ><