[ https://issues.apache.org/jira/browse/ATLAS-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Madhan Neethiraj resolved ATLAS-1863. ------------------------------------- Resolution: Fixed Committed to master: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/d9f62cb5 > Set default value for primitive types attributes in entity based on > attributeDef in Typedef > ------------------------------------------------------------------------------------------- > > Key: ATLAS-1863 > URL: https://issues.apache.org/jira/browse/ATLAS-1863 > Project: Atlas > Issue Type: Improvement > Components: atlas-intg > Reporter: Nixon Rodrigues > Assignee: Ruchi Solani > Priority: Critical > Fix For: 1.0.0 > > Attachments: ATLAS-1863.2.patch, ATLAS-1863.3.patch, ATLAS-1863.patch > > > While creating entity if attribute value are not set explicitly for primitive > type which are optional, then default value should be set from attributedef. > eg of typedef attributeDef > {code} > "attributeDefs": [ { > "name": "sourceCode", > "typeName": "string", > "isOptional": true, > "cardinality": "SINGLE", > "valuesMinCount": 0, > "valuesMaxCount": 1, > "isUnique": false, > "isIndexable": true, > "defaultValue": "xyz" > } > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)