Created 06-01-2018 08:49 PM
If qualifiedName is constructed properly, they are pretty much the same as guid. Why does Atlas then need APIs to search on guid in addition to the attribute based search on qualifiedName? is this not redundant?
Created 06-02-2018 05:24 PM
Your question is valid. In most cases the ways of 'knowing' existence of entity are redundant.
In general, GUIDs are assigned to entities when they are created, this remains unchanged through the lifetime of the entity.
In case of entity creation via hooks:
Qualified name has potential for change in the this scenario:
Hope this helps.
Created 06-02-2018 05:24 PM
Your question is valid. In most cases the ways of 'knowing' existence of entity are redundant.
In general, GUIDs are assigned to entities when they are created, this remains unchanged through the lifetime of the entity.
In case of entity creation via hooks:
Qualified name has potential for change in the this scenario:
Hope this helps.