You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Dharshana M Krishnamoorthy (Jira)" <ji...@apache.org> on 2022/05/27 07:39:00 UTC

[jira] [Created] (ATLAS-4608) [Export Import] When exported with starting entity as hive table and fetch type is "connected", the exported entities are incorrect

Dharshana M Krishnamoorthy created ATLAS-4608:
-------------------------------------------------

             Summary: [Export Import] When exported with starting entity as hive table and fetch type is "connected", the exported entities are incorrect
                 Key: ATLAS-4608
                 URL: https://issues.apache.org/jira/browse/ATLAS-4608
             Project: Atlas
          Issue Type: Bug
            Reporter: Dharshana M Krishnamoorthy


Scenario:
 * db_1 has 2 tables table_1 and table_2 table_2 is ctas of table_1
 ** *db_1=>*
    *table_1=>*
    *table_2=>*
        *CTAS of table_1*
 * perform import with fetch type: CONNECTED 
r{*}equest_body = '\{"itemsToExport": [{"typeName": "hive_table", "uniqueAttributes": {"qualifiedName": "db_1.table_1@cm"}}], "options": \{"fetchType": "connected"}}{*}

{*}Expectation{*}: as per https://atlas.apache.org/2.0.0/Export-API.html, only directly connected entities should be exported
but managed location and external location of the database is also exported

 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)