Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Apache Atlas Remove Optional Attribute from Custom Entity through REST API

avatar
New Contributor

Hi,

I am trying to find a way to remove optional attribute from entity definition. If I update the entity definition, I can add new attribute but deleting is giving me this error.

{
    "requestId""df9ce050-0736-4e09-a4cb-a08f86571f7f",
    "errorCode""ATLAS-400-00-00D",
    "errorMessage""test_operation.columnMappingCopy : attribute delete not supported"
}
 
Is there way to remove optional fields from custom entity?
 
 
1 REPLY 1

avatar
Explorer

Just curious if you ever figured out how to do this?