[
https://issues.apache.org/jira/browse/ATLAS-5156?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18079062#comment-18079062
]
ASF subversion and git services commented on ATLAS-5156:
--------------------------------------------------------
Commit a0acdc234a1b2055e7ddaecde1785ba3edf2adf9 in atlas's branch
refs/heads/master from sheetalshah1007
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=a0acdc234 ]
ATLAS-5156: Import failure due to missing support for handling multiple
relationship types under a single attribute (#478)
> 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)