Sharmadha S created ATLAS-4839:
----------------------------------
Summary: Export/Import: fetchType as "incremental" does full
export instead of connected
Key: ATLAS-4839
URL: https://issues.apache.org/jira/browse/ATLAS-4839
Project: Atlas
Issue Type: Bug
Components: atlas-core
Reporter: Sharmadha S
Create 2 tables
# create table iceberg_table_1(id int) stored as iceberg;
# create table hive_table_1(id int);
Export iceberg table using fetchType incremental and changeMarker 0
Import the zip.
Expectation is only iceberg_table to be exported and imported, but it does full
export and hive_table_1 is also imported.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)