mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-24 17:59:52 +00:00

* - typo update * - Update lineage model and api (cherry picked from commit c5cce2b0c7c1be7ba654bfc2677da0d05215a895) * - Adding patch * - spotless fix * Add Migration For createdAt , createdBy, updatedAt and updatedBy * Moved classes from Elastic Client to Lineage Graph Builder * Update to use correct depth * remove toCondition * Fix Downstream Lineage * moved not so cool things here and there * spotless-failures * call with direction * add upstream depth with + 1 for 0th node * Fix Exports * Fix Exports from and size * parse lineage in ui * Add per entity pagination * Added per entity pagination * Fix Async Export * Fix Java Merges * Fix merge conflict * Fix missing upstream nodes * lineage ui initial commit * Fix Pagination for upstream * Fix Values * fix load more loading * cleanup * fix loading of nodes * fix load more * Fix Direction Values * update expand collapse logic * Fix Deletion Issue * Fix Pipeline Lineage * show pipeline as a node * Use Fqn Hash to find entities is es for lineage * update lineage * Add Lineage for Pipeline to look for as edge and node * Layer and size conditions for upstream and downstream * Add include source fields in lineage request * redesign controls component * add lineage fixes * fix tests * Fix node * Fix Some Failing Test on Lineage * Java Spotless Fix and added missing relation check on migration * Missing conflict changes * fix conflicts * added missing keys * update tests * Add Service Information in service indexes * Add Domain Lineage * Add domain lineages * fix tests * Fix Metric Entity Service Error * Maintain Asset Count for entities adding service and domain lineage * Update to Doc Id and add details to search * Cleanup Service and Domain automatically * fix types * Update review comments * fix icon sizes * Update Services Index wit upstream lineage * add service view * Fix Service Name missingFix Service Name resolution in LineageRepository Update the method to correctly retrieve the service name for the "fromEntity" by specifying the FIELD_SERVICE path. This resolves an issue where the service name was not properly populated. * - Add docUniqueId to lineage data and update related queries - Added lenient Object Mapper for search index to entities mapping * - Fix LineageResourceTest failing due to changes on Lineage Storage * - Update Lineage Details --------- Co-authored-by: karanh37 <karanh37@gmail.com> Co-authored-by: Karan Hotchandani <33024356+karanh37@users.noreply.github.com>