Area: UI
Sub-Area: Query Previews
Issue
In DataHub 2.0, when query descriptions contained hyperlinks or URLs, the preview would display incorrectly, showing raw HTML or formatting the entire description as a link. This made query previews difficult to read and prevented proper URL handling.
Solution
Query description preview rendering has been fixed to properly handle mixed content including hyperlinks, text, and formatting. The fix ensures: - Hyperlinks are rendered as clickable links - Surrounding text displays normally - Rich text formatting is preserved - Previews are truncated appropriately with "Show More"
Query descriptions now correctly display: - Inline hyperlinks as clickable elements - Plain text portions normally - Proper truncation with expansion controls - Safe rendering of user-provided content
Additional Notes
Fixed in version v0.3.12 for DataHub 2.0 UI. This fix is specific to the redesigned DataHub 2.0 user interface and may not apply to the legacy UI.
Related Documentation
Tags:
ui, queries, descriptions, hyperlinks, preview, datahub-2.0, bug-fix, v0.3.12