Umesh Patil created ATLAS-5159:
----------------------------------

             Summary: Export APIs: Exporting parent type doesn't export child 
type  
                 Key: ATLAS-5159
                 URL: https://issues.apache.org/jira/browse/ATLAS-5159
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
    Affects Versions: 3.0.0
            Reporter: Umesh Patil
            Assignee: Umesh Patil


Exporting hive_table using "hive_table" type exports the entity , but doesn't 
work when exporting using "Referenceable" type. 

Following fails

{{}}
{code:java}
{"options": {"fetchType": "connected"}, "itemsToExport": [{"typeName": 
"Referenceable", "uniqueAttributes": {"qualifiedName": 
"default.ctas_xagaw@cm"}}]}{code}
{{}}

 But following passes:

{{}}
{code:java}
{"options": {"fetchType": "connected"}, "itemsToExport": [{"typeName": 
"hive_table", "uniqueAttributes": {"qualifiedName": 
"default.ctas_xagaw@cm"}}]}{code}
{{}}

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to