Dharshana M Krishnamoorthy created ATLAS-4262:
-------------------------------------------------
Summary: [Atlas: Glossary Term Bulk Import] Use Bulk import
feature to create relationships on existing terms
Key: ATLAS-4262
URL: https://issues.apache.org/jira/browse/ATLAS-4262
Project: Atlas
Issue Type: Improvement
Reporter: Dharshana M Krishnamoorthy
*Scenario*:
Initial setup: Say I already have a glossary and 3 terms
{code:java}
glossary_1
term_1
term_2
term_3 {code}
Create few terms via bulk import with relations
{code:java}
glossary_1,term_11,,,,,,,,,,,,,,,,,,,"glossary_1:term_14|glossary_1:term_15|glossary_1:term_13"
glossary_1,term_12,,,,,,,,,,,,,,,,,,,"glossary_1:term_13"
glossary_1,term_13,,,,,,,,,,,,,,,,,,,"glossary_1:term_14|glossary_1:term_15"
glossary_1,term_14,,,,,,,,,,,,,,,,,,,"glossary_1:term_15"
glossary_1,term_15 {code}
Now if the users want to relate the new terms with the existing terms, its
currently not possible
Consider the following input
{code:java}
glossary_1,term_1,,,,,,,,,,,,,,,,,,,"glossary_1:term_14|glossary_1:term_15|glossary_1:term_13"
{code}
This would result in error,
{code:java}
Glossary term with qualifiedName term_1@glossary_1 already exists" {code}
*Improvement:*
Instead, if we support creating the relationship of the existing glossary it
would be great
--
This message was sent by Atlassian Jira
(v8.3.4#803005)