[
https://issues.apache.org/jira/browse/ATLAS-4848?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Priyanshi Shah updated ATLAS-4848:
----------------------------------
Description:
*Steps to reproduce:*
1. Create hive_table testhive1 and perform incremental export for the same with
changeMarker 0.
2. Now, before 2nd run create and assign term t1 to testhive1 and perform
incremental export with changeMarker that we got after 1st run.
3. Result is export works but the term assigned to the hive_table entity didn't
got exported.
*Problem:*
When term was getting assigned to hive_table entity, it did not updated the
value of 'updateTime' attribute of that entity and hence,during 2nd run with
incremental export it didn't exported the term as for incremental export we
fetch data according to the changeMarker provided.
*Fix:*
Attribute 'updateTime' value gets updated after the term is assigned to an
entity.
> Atlas 'updateTime' parameter is not updated when term is added.
> ---------------------------------------------------------------
>
> Key: ATLAS-4848
> URL: https://issues.apache.org/jira/browse/ATLAS-4848
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Priyanshi Shah
> Assignee: Priyanshi Shah
> Priority: Major
>
> *Steps to reproduce:*
> 1. Create hive_table testhive1 and perform incremental export for the same
> with changeMarker 0.
> 2. Now, before 2nd run create and assign term t1 to testhive1 and perform
> incremental export with changeMarker that we got after 1st run.
> 3. Result is export works but the term assigned to the hive_table entity
> didn't got exported.
> *Problem:*
> When term was getting assigned to hive_table entity, it did not updated the
> value of 'updateTime' attribute of that entity and hence,during 2nd run with
> incremental export it didn't exported the term as for incremental export we
> fetch data according to the changeMarker provided.
> *Fix:*
> Attribute 'updateTime' value gets updated after the term is assigned to an
> entity.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)