Hi Team ,
I have added below attribute in HIVE _TABLE type , This is the single value , How can i update the multiple value field
{"name":"columns","typeName":hive_column","isOptional":true,"cardinality":"SINGLE","valuesMinCount":0,"valuesMaxCount":1,"isUnique":false,"isIndexable":false,"constraints":[{"type":"ownedRef"}]},
Required like below :
{"name":"columns","typeName":"array<hive_column>","isOptional":true,"cardinality":"SINGLE","valuesMinCount":0,"valuesMaxCount":1,"isUnique":false,"isIndexable":false,"constraints":[{"type":"ownedRef"}]},
I am getting below 2 error while updating and deletion that hive table type
{"errorCode":"ATLAS-400-00-00D","errorMessage":"hive_table.ADGroupInfo
: attribute delete not supported"}
{"errorCode":"ATLAS-400-00-029","errorMessage":"Data
type update for attribute is not supported"}
Please help me on this ..!!!
Tahnks in advance..!!!