[
https://issues.apache.org/jira/browse/ATLAS-5156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079064#comment-18079064
]
ASF subversion and git services commented on ATLAS-5156:
--------------------------------------------------------
Commit fc0fa14a4c58e33a500fdda038986defe44231ea in atlas's branch
refs/heads/atlas-2.6 from sheetalshah1007
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=fc0fa14a4 ]
ATLAS-5156: Import failure due to missing support for handling multiple
relationship types under a single attribute (#478)
(cherry picked from commit a0acdc234a1b2055e7ddaecde1785ba3edf2adf9)
> Import failure due to missing support for handling multiple relationship
> types under a single attribute
> -------------------------------------------------------------------------------------------------------
>
> Key: ATLAS-5156
> URL: https://issues.apache.org/jira/browse/ATLAS-5156
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Sheetal Shah
> Assignee: Sheetal Shah
> Priority: Major
> Time Spent: 4h 10m
> Remaining Estimate: 0h
>
> h2. Impact
> Incremental imports with mixed-type relationship collections fail or produce
> incomplete relationship graphs. This issue is data-dependent and difficult to
> diagnose, despite the model being valid.
> h2. Expected behaviour
> The system should handle multiple relationship types within a single
> attribute correctly. It should map each relationship type to its
> corresponding entities without errors.
> h2. Actual behaviour
> The current implementation derives only one relationship type for the entire
> tables collection, typically hive_table_db. This results in incorrect mapping
> for anotherType_table entities, causing relationship validation to fail and
> the incremental import to either error out or leave anotherType relationships
> missing.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)