You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sharmadha S (Jira)" <ji...@apache.org> on 2021/06/11 12:02:00 UTC

[jira] [Created] (ATLAS-4336) Restrict attributes of type to be created starting with double underscore

Sharmadha S created ATLAS-4336:
----------------------------------

             Summary: Restrict attributes of type to be created starting with double underscore
                 Key: ATLAS-4336
                 URL: https://issues.apache.org/jira/browse/ATLAS-4336
             Project: Atlas
          Issue Type: Bug
          Components:  atlas-core
            Reporter: Sharmadha S


Currently type can be updated with an attribute whose name starts with "__" like __guid.

This gets mixed up with system attributes.

Hence attribute names should not be allowed to be started with double underscore or following attribute names (system attribute names) should be restricted when a type is created or updated :

__classificationNames
__modifiedBy
__createdBy
__state
__typeName
__modificationTimestamp
__propagatedClassificationNames
__customAttributes
__isIncomplete
__guid
__timestamp
__labels



--
This message was sent by Atlassian Jira
(v8.3.4#803005)