You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Ayub Khan (JIRA)" <ji...@apache.org> on 2016/04/05 08:42:25 UTC

[jira] [Created] (ATLAS-635) Process showing old entity name where as actual entity is renamed.

Ayub Khan created ATLAS-635:
-------------------------------

             Summary: Process showing old entity name where as actual entity is renamed.
                 Key: ATLAS-635
                 URL: https://issues.apache.org/jira/browse/ATLAS-635
             Project: Atlas
          Issue Type: Bug
    Affects Versions: trunk
            Reporter: Ayub Khan
             Fix For: trunk


Process showing old entity name where as actual entity is renamed.


Example:
1. Create table as select.
2. Rename the target table to new name.
3. Now check the lineage: The process is still showing the old table name where as the target table is changed. This is confusing from customer perspective.


One possible solution is:
Source ---->   Process(with old name) ----> Target(old entity name + marked as delete) ---> Process(rename from old to new) ---> Target(with new entity name).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)