[ https://issues.apache.org/jira/browse/ATLAS-4842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17834204#comment-17834204 ]
ASF subversion and git services commented on ATLAS-4842: -------------------------------------------------------- Commit 3aebe0cb1e1937a58f144b16b6616fe24e55f7eb in atlas's branch refs/heads/branch-2.0 from priyanshi-shah26 [ https://gitbox.apache.org/repos/asf?p=atlas.git;h=3aebe0cb1 ] ATLAS-4842 : Export/Import: fetchType as incremental does full export instead of connected Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com> > Export/Import: fetchType as "incremental" does full export instead of > connected > ------------------------------------------------------------------------------- > > Key: ATLAS-4842 > URL: https://issues.apache.org/jira/browse/ATLAS-4842 > Project: Atlas > Issue Type: Bug > Components: atlas-core > Reporter: Sheetal Shah > Assignee: Priyanshi Shah > Priority: Major > > Create two hive_tables in same database: > # create table hive1(id int); > # create table hive1_ctas as select * from hive1; > # create table hive2(name string); > Perform incremental export of hive1 with changeMarker as 0 and skipLineage > value as false. > Import the zip. > Expectation is only the requested hive_table hive1 and its related entities > should be exported, but it does full export and hive2 is also imported. > -- This message was sent by Atlassian Jira (v8.20.10#820010)