[
https://issues.apache.org/jira/browse/ATLAS-5159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18050521#comment-18050521
]
Umesh Patil commented on ATLAS-5159:
------------------------------------
Please refer attached Developer's DOC (In Attachement Section) for more
Insights about these JIRA.
> 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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)