Atlas

Summary: Faster Atlas entity detail for large relationship graphs
Previous behavior:

When an entity had a very large relationship graph (such as some Apache Ozone buckets), the API returned all related entities in one response. This caused slow load times or an unresponsive Apache Atlas user interface, and the entity detail page did not display Properties, Classifications, Relationships, and Audits.

New behavior:
To optimize the Entity Detail page load time, the initial response now omits relationship attributes and referred entities. Details for the Schema tab, Relationships tab, and Terms are fetched on demand using a dedicated Relationship API. Key UI enhancements include:
  • Relationships tab: The table view has been replaced with a card view that supports on-scroll pagination.
  • Properties tab: Relationship details have been removed from the Properties tab and consolidated within the Relationships tab.