Pinal Shah created ATLAS-4911:
---------------------------------
Summary: Export/Import: If Shell entities have a lineage , it is
not exported
Key: ATLAS-4911
URL: https://issues.apache.org/jira/browse/ATLAS-4911
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Pinal Shah
Assignee: Pinal Shah
Exporting shell entities causes failure at Import which was fixed in
[ATLAS-4892|https://reviews.apache.org/r/75150/bugs/ATLAS-4892/]
But if the shell entity had a lineage , it is not exported.
ex:
table1 (shell) ----> process ---> table2 (shell)
if table1 is exported using incremental or connected fetch type, table2 and
process are not exported.
Export request :
{code:java}
{"itemsToExport": [{"typeName": "hive_table", "uniqueAttributes":
{"qualifiedName": "db_wctsm.spark_table_wctsm@cm"}}], "options": {"fetchType":
"incremental", "changeMarker": 0}} {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)